Skip to content

Commit

Permalink
ready for beta stage
Browse files Browse the repository at this point in the history
  • Loading branch information
rejetto committed May 17, 2020
1 parent 3b708d9 commit 23cc729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ interface
HSlib, traylib, monoLib, progFrmLib, classesLib;

const
VERSION = '2.4rc5';
VERSION_BUILD = '302';
VERSION = '2.4 beta1';
VERSION_BUILD = '303';
VERSION_STABLE = {$IFDEF STABLE } TRUE {$ELSE} FALSE {$ENDIF};
CURRENT_VFS_FORMAT :integer = 1;
CRLF = #13#10;
Expand Down

0 comments on commit 23cc729

Please sign in to comment.