diff --git a/Makefile b/Makefile
index e4e9655a5..43d63a9ad 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION=2.1-rc1
+VERSION=2.1-rc2
CC=gcc
CFLAGS=-Wall -Wno-pointer-sign -g
diff --git a/packaging/macosx/Info.plist b/packaging/macosx/Info.plist
index 2ad55814e..9d850779d 100644
--- a/packaging/macosx/Info.plist
+++ b/packaging/macosx/Info.plist
@@ -19,8 +19,8 @@
CFBundleInfoDictionaryVersion
1.0
CFBundleVersionString
- 2.1-rc1
+ 2.1-rc2
CFBundleVersion
- 2.1-rc1
+ 2.1-rc2
diff --git a/packaging/windows/subsurface.nsi b/packaging/windows/subsurface.nsi
index ce5addba8..830168550 100644
--- a/packaging/windows/subsurface.nsi
+++ b/packaging/windows/subsurface.nsi
@@ -18,10 +18,10 @@
# General
# Program version
- !define SUBSURFACE_VERSION "2.1-rc1"
+ !define SUBSURFACE_VERSION "2.1-rc2"
# VIProductVersion requires version in x.x.x.x format
- !define SUBSURFACE_VIPRODUCTVERSION "2.0.99.1"
+ !define SUBSURFACE_VIPRODUCTVERSION "2.0.99.2"
# Installer name and filename
Name "Subsurface"