Skip to content

Commit

Permalink
+ make 0.15 release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Mar 20, 2015
1 parent 4e41e53 commit f376ce1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
project(FreeCAD_trunk)
set(FREECAD_VERSION "0.14")
set(FREECAD_VERSION "0.15")

set(PACKAGE_NAME "FreeCAD")
set(PACKAGE_VERSION_MAJOR "0")
set(PACKAGE_VERSION_MINOR "14")
set(PACKAGE_VERSION_PATCH "3700")
set(PACKAGE_VERSION_MINOR "15")
set(PACKAGE_VERSION_PATCH "4664")
set(PACKAGE_VERSION "${PACKAGE_VERSION_MAJOR}.${PACKAGE_VERSION_MINOR}.${PACKAGE_VERSION_PATCH}")
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")

Expand Down

0 comments on commit f376ce1

Please sign in to comment.