mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Bump version to 2.0.1
That crash is far too easy to hit for people just trying out subsurface. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
1a6cf2f128
commit
14856aab4b
3 changed files with 5 additions and 5 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
VERSION=2.0-rc1
|
||||
VERSION=2.0.1
|
||||
|
||||
CC=gcc
|
||||
CFLAGS=-Wall -Wno-pointer-sign -g
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleVersionString</key>
|
||||
<string>2.0-rc1</string>
|
||||
<string>2.0.1</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.0</string>
|
||||
<string>2.0.1</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
|
|
@ -18,10 +18,10 @@
|
|||
# General
|
||||
|
||||
# Program version
|
||||
!define SUBSURFACE_VERSION "2.0-rc1"
|
||||
!define SUBSURFACE_VERSION "2.0.1"
|
||||
|
||||
# VIProductVersion requires version in x.x.x.x format
|
||||
!define SUBSURFACE_VIPRODUCTVERSION "1.99.1.0"
|
||||
!define SUBSURFACE_VIPRODUCTVERSION "2.0.1.0"
|
||||
|
||||
# Installer name and filename
|
||||
Name "Subsurface"
|
||||
|
|
Loading…
Reference in a new issue