Bump version number
diff --git a/Makefile.draft b/Makefile.draft
index 84bba76..69e8727 100644
--- a/Makefile.draft
+++ b/Makefile.draft
@@ -20,7 +20,7 @@
 
 ###################### END OF OPTIONS ######################
 
-CFLAGS += -DOPUS_VERSION='"1.0.1-rc"'
+CFLAGS += -DOPUS_VERSION='"1.0.1-rc2"'
 include silk_sources.mk
 include celt_sources.mk
 include opus_sources.mk
diff --git a/configure.ac b/configure.ac
index cf7df1c..bcb71da 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,7 +10,7 @@
 OPUS_MAJOR_VERSION=1
 OPUS_MINOR_VERSION=0
 OPUS_MICRO_VERSION=1
-OPUS_EXTRA_VERSION=-rc
+OPUS_EXTRA_VERSION=-rc2
 
 OPUS_VERSION="$OPUS_MAJOR_VERSION.$OPUS_MINOR_VERSION.$OPUS_MICRO_VERSION$OPUS_EXTRA_VERSION"
 AC_MSG_CHECKING([git revision])