Bumped version to 0.15 and added a temporary new splash

This commit is contained in:
Yorik van Havre 2014-07-14 20:04:21 -03:00
parent 7a612c66fa
commit bd6a5cea8d
3 changed files with 4 additions and 4 deletions

View File

@ -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}")

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 151 KiB

After

Width:  |  Height:  |  Size: 154 KiB