Getting ready for the 2.0 release

Changing the version to 2.0-rc1

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2012-09-26 20:50:23 -07:00
parent 49fbccd61a
commit 58ba24b84e
2 changed files with 3 additions and 3 deletions

View file

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

View file

@ -18,10 +18,10 @@
# General
# Program version
!define SUBSURFACE_VERSION "1.2"
!define SUBSURFACE_VERSION "2.0-rc1"
# VIProductVersion requires version in x.x.x.x format
!define SUBSURFACE_VIPRODUCTVERSION "1.2.0.0"
!define SUBSURFACE_VIPRODUCTVERSION "1.99.1.0"
# Installer name and filename
Name "Subsurface"