aboutsummaryrefslogtreecommitdiff
path: root/version.mk
diff options
context:
space:
mode:
authorRalph Giles <giles@mozilla.com>2012-11-09 10:17:50 -0800
committerRalph Giles <giles@mozilla.com>2012-11-09 10:19:47 -0800
commitc4fa0a57f759c283ceb8b7dd8b0d76a7de779aa6 (patch)
treef9d3785e9c9756e47d422864217d67b84bd8d5f1 /version.mk
parentd47308de21b09a410e309eff5c0b807a93c73e32 (diff)
downloadlibopus-c4fa0a57f759c283ceb8b7dd8b0d76a7de779aa6.tar.gz
Bump version.mk.
Naive builders, particular on Windows without git installed, would get builds calling themselves 1.0.1 even though master has diverged significantly from the 1.0.x series at this point. We should update this file both before and after release.
Diffstat (limited to 'version.mk')
-rw-r--r--version.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/version.mk b/version.mk
index a4fdd7f4..07cfb18d 100644
--- a/version.mk
+++ b/version.mk
@@ -1,2 +1,2 @@
-# static version string; update manually every release.
-OPUS_VERSION = "1.0.1"
+# static version string; update manually before and afer every release.
+OPUS_VERSION = "1.1.x"