mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
49fbccd61a
commit
58ba24b84e
2 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
VERSION=1.2
|
VERSION=2.0-rc1
|
||||||
|
|
||||||
CC=gcc
|
CC=gcc
|
||||||
CFLAGS=-Wall -Wno-pointer-sign -g
|
CFLAGS=-Wall -Wno-pointer-sign -g
|
||||||
|
|
|
@ -18,10 +18,10 @@
|
||||||
# General
|
# General
|
||||||
|
|
||||||
# Program version
|
# Program version
|
||||||
!define SUBSURFACE_VERSION "1.2"
|
!define SUBSURFACE_VERSION "2.0-rc1"
|
||||||
|
|
||||||
# VIProductVersion requires version in x.x.x.x format
|
# 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
|
# Installer name and filename
|
||||||
Name "Subsurface"
|
Name "Subsurface"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue