Skip to content

Commit

Permalink
Next version will be 2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
obones committed Sep 15, 2015
1 parent a23c9d4 commit 9b66a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jcl/source/common/JclBase.pas
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ interface
// Version
const
JclVersionMajor = 2; // 0=pre-release|beta/1, 2, ...=final
JclVersionMinor = 7; // Fifth minor release since JCL 1.90
JclVersionMinor = 8; // Fifth minor release since JCL 1.90
JclVersionRelease = 0; // 0: pre-release|beta/ 1: release
JclVersionBuild = 5676; // build number, days since march 1, 2000
JclVersionBuild = 5677; // 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 9b66a8e

Please sign in to comment.