mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 14:25:27 +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
|
||||
CFLAGS=-Wall -Wno-pointer-sign -g
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue