Skip to content

Commit 9cf333a

Browse files
committed
rc2
1 parent dd66baa commit 9cf333a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

specs/release_package.anod

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ class ReleasePackage(spec("common")):
4242
"""Allows to differentiate between consecutive builds of the same set
4343
of sources. For instance when the build options are changed.
4444
"""
45-
return "rc1"
45+
if self.package == "gnat":
46+
return "rc2"
47+
else:
48+
return "rc1"
4649

4750
@property
4851
def release_name(self):

0 commit comments

Comments
 (0)