Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
That crash is far too easy to hit for people just trying out subsurface.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
  • Loading branch information
dirkhh committed Oct 7, 2012
1 parent 1a6cf2f commit 14856aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION=2.0-rc1
VERSION=2.0.1

CC=gcc
CFLAGS=-Wall -Wno-pointer-sign -g
Expand Down
4 changes: 2 additions & 2 deletions packaging/macosx/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
4 changes: 2 additions & 2 deletions packaging/windows/subsurface.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 14856aa

Please sign in to comment.