Skip to content
Snippets Groups Projects
Commit 9a35da46 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Bump version number

parent 31cf4e1d
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ CFLAGS := -Drestrict= $(CFLAGS)
###################### 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
......
......@@ -10,7 +10,7 @@ m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
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])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment