Update version to 2.1-rc1

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2012-10-16 09:15:03 -07:00
parent 0e7246b0b4
commit faff4d29dd
3 changed files with 5 additions and 5 deletions

View file

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

View file

@ -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.0.1</string> <string>2.1-rc1</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>2.0.1</string> <string>2.1-rc1</string>
</dict> </dict>
</plist> </plist>

View file

@ -18,10 +18,10 @@
# General # General
# Program version # Program version
!define SUBSURFACE_VERSION "2.0.1" !define SUBSURFACE_VERSION "2.1-rc1"
# VIProductVersion requires version in x.x.x.x format # VIProductVersion requires version in x.x.x.x format
!define SUBSURFACE_VIPRODUCTVERSION "2.0.1.0" !define SUBSURFACE_VIPRODUCTVERSION "2.0.99.1"
# Installer name and filename # Installer name and filename
Name "Subsurface" Name "Subsurface"