Version is now 203a

This commit is contained in:
ronaldhordijk 2005-10-02 06:50:29 +00:00
parent a058009ad0
commit 18cd8123b0
2 changed files with 3 additions and 3 deletions

View File

@ -1879,9 +1879,9 @@ object AboutForm: TAboutForm
object Label2: TLabel object Label2: TLabel
Left = 120 Left = 120
Top = 48 Top = 48
Width = 61 Width = 65
Height = 13 Height = 13
Caption = 'Version 2.02j' Caption = 'Version 2.03a'
end end
object Label3: TLabel object Label3: TLabel
Left = 120 Left = 120

View File

@ -38,7 +38,7 @@ const
RS_XO = 2; RS_XO = 2;
RS_VO = 3; RS_VO = 3;
AppVersionString = 'Apophysis 2.02j'; AppVersionString = 'Apophysis 2.03a';
type type
TMouseMoveState = (msUsual, msZoomWindow, msZoomOutWindow, msZoomWindowMove, msZoomOutWindowMove, msDrag, msDragMove, msRotate, msRotateMove); TMouseMoveState = (msUsual, msZoomWindow, msZoomOutWindow, msZoomWindowMove, msZoomOutWindowMove, msDrag, msDragMove, msRotate, msRotateMove);