Bump version to 2.1

Getting ready for the release

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2012-10-22 20:57:57 -07:00
parent 8eb15ee324
commit 48e7575741
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
VERSION=2.1-rc3
VERSION=2.1
CC=gcc
CFLAGS=-Wall -Wno-pointer-sign -g

View file

@ -19,8 +19,8 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>1.0</string>
<key>CFBundleVersionString</key>
<string>2.1-rc3</string>
<string>2.1</string>
<key>CFBundleVersion</key>
<string>2.1-rc3</string>
<string>2.1</string>
</dict>
</plist>

View file

@ -18,10 +18,10 @@
# General
# Program version
!define SUBSURFACE_VERSION "2.1-rc3"
!define SUBSURFACE_VERSION "2.1"
# 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
Name "Subsurface"