Skip to content

Commit 8bd9460

Browse files
committed
Merge remote-tracking branch 'remotes/origin/master' into dev
2 parents cd0e3a3 + a69ebf4 commit 8bd9460

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/base/RALConsts.pas

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ interface
1313

1414
const
1515
// Versionamento
16-
RALVERSION = '0.12.5-3 RC1';
17-
RALVERSION_MAJOR = 0;
18-
RALVERSION_MINOR = 12;
19-
RALVERSION_PATCH = 4;
16+
RALVERSION = '1.0';
17+
RALVERSION_MAJOR = 1;
18+
RALVERSION_MINOR = 0;
19+
RALVERSION_PATCH = 0;
2020
RALVERSION_FULL = RALVERSION_MAJOR * 10000
2121
+ RALVERSION_MINOR * 100
2222
+ RALVERSION_PATCH;

0 commit comments

Comments
 (0)