summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-10-23 23:04:24 +0100
committerCarl Hetherington <cth@carlh.net>2013-10-23 23:04:24 +0100
commit9e7e79c5c36cc8753e974239664d0ea35fcc6007 (patch)
tree3021258303a1e8b2bd1c54ff67f270c047efd95b
parentcdbf9e5b4ad88d647b30177b485a6f5aec22e8fc (diff)
Bump version
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog5
-rw-r--r--wscript2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index afec03355..e251b1cab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-10-23 Carl Hetherington <cth@carlh.net>
+ * Version 1.21 released.
+
+2013-10-23 Carl Hetherington <cth@carlh.net>
+
* Use our own directory picker on Ubuntu 13.10 as well
as Ubuntu 13.04 as it seems similarly broken.
diff --git a/debian/changelog b/debian/changelog
index 8cc3ad3e5..832577378 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (1.20-1) UNRELEASED; urgency=low
+dcpomatic (1.21-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
@@ -24,8 +24,9 @@ dcpomatic (1.20-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Tue, 22 Oct 2013 22:58:30 +0100
+ -- Carl Hetherington <carl@d1stkfactory> Wed, 23 Oct 2013 23:04:24 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 302e77720..346a53c76 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.21pre'
+VERSION = '1.21'
def options(opt):
opt.load('compiler_cxx')