Bump version v2.1.61
authorCarl Hetherington <cth@carlh.net>
Thu, 10 Sep 2015 08:58:17 +0000 (09:58 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 10 Sep 2015 08:58:17 +0000 (09:58 +0100)
ChangeLog
debian/changelog
test/data
wscript

index ae6f0f1e0bf411063b0b01a5f89e462e304bcbc0..8c53a72781e06442b11dcced9414db648894e699 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-10  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.61 released.
+
 2015-09-09  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.1.60 released.
index b225db7d84ccf3be5d1ac0f9874dbc51c362e455..e851dd2f87f0f2bcb048e963d80e48c962c6932e 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.1.60-1) UNRELEASED; urgency=low
+dcpomatic (2.1.61-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -297,7 +297,10 @@ dcpomatic (2.1.60-1) UNRELEASED; urgency=low
   [ Carl Hetherington ]
   * New upstream release.
 
- -- Carl Hetherington <cth@carlh.net>  Wed, 09 Sep 2015 22:54:00 +0100
+  [ c.hetherington ]
+  * New upstream release.
+
+ -- c.hetherington <c.hetherington@cs2-24.cs>  Thu, 10 Sep 2015 09:58:16 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
index 8d1220d25c278d0a9678ccb0d0a07196a8f1331d..317fc4793f9fe34a48ee927659ef721064d1bee5 160000 (submodule)
--- a/test/data
+++ b/test/data
@@ -1 +1 @@
-Subproject commit 8d1220d25c278d0a9678ccb0d0a07196a8f1331d
+Subproject commit 317fc4793f9fe34a48ee927659ef721064d1bee5
diff --git a/wscript b/wscript
index 3b368791bfdf9486fb95db210ef738c328e5b169..892a9d90b62eeb6a3408002c9c99b9a31489398d 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.1.60devel'
+VERSION = '2.1.61'
 
 def options(opt):
     opt.load('compiler_cxx')