Skip to content

Commit

Permalink
Bumped version to 0.15 and added a temporary new splash
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jul 14, 2014
1 parent 7a612c6 commit bd6a5ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
@@ -1,10 +1,10 @@
project(FreeCAD_trunk)
set(FREECAD_VERSION "0.13")
set(FREECAD_VERSION "0.14")

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

Expand Down
2 changes: 1 addition & 1 deletion src/Build/Version.h.in
@@ -1,7 +1,7 @@

// Version Number
#define FCVersionMajor "0"
#define FCVersionMinor "14"
#define FCVersionMinor "15"
#define FCVersionName "Vulcan"
// test: $Format:Hash (%H), Date: %ci$
#define FCRevision "$WCREV$" //Highest committed revision number
Expand Down
Binary file modified src/Gui/Icons/freecadsplash.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd6a5ce

Please sign in to comment.