Bumped version to 0.15 and added a temporary new splash
This commit is contained in:
parent
7a612c66fa
commit
bd6a5cea8d
|
@ -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}")
|
||||
|
||||
|
|
|
@ -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 |
Loading…
Reference in New Issue
Block a user