Skip to content

Commit

Permalink
Today is 5676
Browse files Browse the repository at this point in the history
  • Loading branch information
obones committed Sep 15, 2015
1 parent aae9e06 commit a23c9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jcl/source/common/JclBase.pas
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ interface
JclVersionMajor = 2; // 0=pre-release|beta/1, 2, ...=final
JclVersionMinor = 7; // Fifth minor release since JCL 1.90
JclVersionRelease = 0; // 0: pre-release|beta/ 1: release
JclVersionBuild = 5300; // build number, days since march 1, 2000
JclVersionBuild = 5676; // build number, days since march 1, 2000
JclVersion = (JclVersionMajor shl 24) or (JclVersionMinor shl 16) or
(JclVersionRelease shl 15) or (JclVersionBuild shl 0);

Expand Down

0 comments on commit a23c9d4

Please sign in to comment.