summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-06-28 00:54:23 +0100
committerCarl Hetherington <cth@carlh.net>2014-06-28 00:54:23 +0100
commit8e2437a0dc086b20fc1866b6f05c2889759d0708 (patch)
treec6d814317c884de56ce38787b13844cb05517667
parent68c3938675624b4795271f1da7fb4f973b911de2 (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 9dfed5d60..46b8be088 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-06-28 Carl Hetherington <cth@carlh.net>
+ * Version 1.71.2 released.
+
+2014-06-28 Carl Hetherington <cth@carlh.net>
+
* Version 1.71.1 released.
2014-06-28 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index 6538c05ec..224e44da3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (1.71.1-1) UNRELEASED; urgency=low
+dcpomatic (1.71.2-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
@@ -163,8 +163,9 @@ dcpomatic (1.71.1-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Thu, 26 Jun 2014 19:30:39 +0100
+ -- Carl Hetherington <carl@d1stkfactory> Sat, 28 Jun 2014 00:54:23 +0100
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index e89eedbe7..722e7b5e8 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.71.1devel'
+VERSION = '1.71.2'
def options(opt):
opt.load('compiler_cxx')