mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Bump version to 2.1
Getting ready for the release Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8eb15ee324
commit
48e7575741
3 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERSION=2.1-rc3
|
VERSION=2.1
|
||||||
|
|
||||||
CC=gcc
|
CC=gcc
|
||||||
CFLAGS=-Wall -Wno-pointer-sign -g
|
CFLAGS=-Wall -Wno-pointer-sign -g
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<string>1.0</string>
|
<string>1.0</string>
|
||||||
<key>CFBundleVersionString</key>
|
<key>CFBundleVersionString</key>
|
||||||
<string>2.1-rc3</string>
|
<string>2.1</string>
|
||||||
<key>CFBundleVersion</key>
|
<key>CFBundleVersion</key>
|
||||||
<string>2.1-rc3</string>
|
<string>2.1</string>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
|
@ -18,10 +18,10 @@
|
||||||
# General
|
# General
|
||||||
|
|
||||||
# Program version
|
# Program version
|
||||||
!define SUBSURFACE_VERSION "2.1-rc3"
|
!define SUBSURFACE_VERSION "2.1"
|
||||||
|
|
||||||
# VIProductVersion requires version in x.x.x.x format
|
# VIProductVersion requires version in x.x.x.x format
|
||||||
!define SUBSURFACE_VIPRODUCTVERSION "2.0.99.3"
|
!define SUBSURFACE_VIPRODUCTVERSION "2.1.0.0"
|
||||||
|
|
||||||
# Installer name and filename
|
# Installer name and filename
|
||||||
Name "Subsurface"
|
Name "Subsurface"
|
||||||
|
|
Loading…
Add table
Reference in a new issue