Bump version v2.11.62
authorCarl Hetherington <cth@carlh.net>
Sat, 24 Feb 2018 01:07:24 +0000 (01:07 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 24 Feb 2018 01:07:24 +0000 (01:07 +0000)
ChangeLog
debian/changelog
wscript

index ff01244e7451bf336d34763a514bd406b232929a..f8d1acefe8856ba14825f10d2d06487fba289615 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-02-24  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.11.62 released.
+
 2018-02-23  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.11.61 released.
index 3592540c13330cb0f995a05011956379e487dab3..ec23db453643d2958a11f5a6e17e036308967cd9 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.11.61-1) UNRELEASED; urgency=low
+dcpomatic (2.11.62-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -553,8 +553,9 @@ dcpomatic (2.11.61-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@main.carlh.net>  Fri, 23 Feb 2018 01:51:59 +0000
+ -- Carl Hetherington <carl@main.carlh.net>  Sat, 24 Feb 2018 01:07:23 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index a4af447533751be17e2452d125ce3a4f07206761..006ee9198dd7691aa1fb17bbfee74763eb329f4f 100644 (file)
--- a/wscript
+++ b/wscript
@@ -27,7 +27,7 @@ import distutils.spawn
 from waflib import Logs, Context
 
 APPNAME = 'dcpomatic'
-VERSION = '2.11.61devel'
+VERSION = '2.11.62'
 
 def options(opt):
     opt.load('compiler_cxx')