Mark branch as -release (not final, just prep work)

unstable
HD Moore 2012-02-19 13:47:52 -06:00
parent 09b12afd0b
commit b02c368c55
1 changed files with 1 additions and 1 deletions

View File

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