diff options
author | Jean-Marc Valin <jmvalin@jmvalin.ca> | 2012-08-31 23:10:12 -0400 |
---|---|---|
committer | Jean-Marc Valin <jmvalin@jmvalin.ca> | 2012-08-31 23:10:12 -0400 |
commit | e91dfa0f7758159af06317b5798911b48776511e (patch) | |
tree | 30ce95ee32f3881148b04df3bb7e4427909d6e8e | |
parent | 6e2dd16f0a59e6daca0a8de43a1def3dbf1322a3 (diff) | |
download | opus-e91dfa0f7758159af06317b5798911b48776511e.tar.gz |
bump version, include Makefile.unix
-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" |