Bump version v2.1.62
authorCarl Hetherington <cth@carlh.net>
Thu, 10 Sep 2015 09:07:55 +0000 (10:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 10 Sep 2015 09:07:55 +0000 (10:07 +0100)
ChangeLog
debian/changelog
wscript

index 8c53a72781e06442b11dcced9414db648894e699..cbf031be889094c766d1154c578dfaddd97c67e9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-10  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.62 released.
+
 2015-09-10  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.1.61 released.
index e851dd2f87f0f2bcb048e963d80e48c962c6932e..7dceece9b1e4cdfb2dbe17cd2e76c6b7100291a4 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.1.61-1) UNRELEASED; urgency=low
+dcpomatic (2.1.62-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -299,8 +299,9 @@ dcpomatic (2.1.61-1) UNRELEASED; urgency=low
 
   [ c.hetherington ]
   * New upstream release.
+  * New upstream release.
 
- -- c.hetherington <c.hetherington@cs2-24.cs>  Thu, 10 Sep 2015 09:58:16 +0100
+ -- c.hetherington <c.hetherington@cs2-24.cs>  Thu, 10 Sep 2015 10:07:55 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 2e04bf9520da6ba50b16bd8344db585427e047ff..78c525afaf4ce72a2a0fb7e755ed20eec7e77cf2 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.1.61devel'
+VERSION = '2.1.62'
 
 def options(opt):
     opt.load('compiler_cxx')