diff options
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | Makefile.unix (renamed from Makefile.draft) | 0 | ||||
-rw-r--r-- | version.mk | 2 |
3 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 34210bf1..db37d998 100644 --- a/Makefile.am +++ b/Makefile.am @@ -86,6 +86,7 @@ EXTRA_DIST = version.mk \ opus.pc.in \ opus-uninstalled.pc.in \ opus.m4 \ + Makefile.unix \ tests/run_vectors.sh \ opus.sln \ celt/celt.vcxproj \ diff --git a/Makefile.draft b/Makefile.unix index 88637c1a..88637c1a 100644 --- a/Makefile.draft +++ b/Makefile.unix @@ -1,2 +1,2 @@ # static version string; update manually every release. -OPUS_VERSION = "1.0.1-rc2" +OPUS_VERSION = "1.0.1-rc3" |