Out of 4.4.0, and into 4.5.0-dev

unstable
Tod Beardsley 2012-08-07 09:53:01 -05:00
parent 44dd8b0cc5
commit 1485f74670
1 changed files with 2 additions and 2 deletions

View File

@ -17,9 +17,9 @@ class Framework
#
Major = 4
Minor = 4
Minor = 5
Point = 0
Release = "-release"
Release = "-dev"
if(Point)
Version = "#{Major}.#{Minor}.#{Point}#{Release}"