Bump version v2.3.0
authorCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 15:13:18 +0000 (16:13 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 14 Sep 2015 15:13:18 +0000 (16:13 +0100)
ChangeLog
debian/changelog
wscript

index 006920565198f6c826fbdd91d0ff21e8cc2a3bb0..58c5fcfc6873cc11f91db151af25b9c7229b4297 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-09-14  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.3.0 released.
+
 2015-09-14  Carl Hetherington  <cth@carlh.net>
 
        * Version 2.2.2 released.
index 02065155d9b05d28fa19468436d49b2f94c60a89..89294aa88c26966c7cc32486d65e75f835b0b65f 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.2.2-1) UNRELEASED; urgency=low
+dcpomatic (2.3.0-1) UNRELEASED; urgency=low
 
   [ Carl Hetherington ]
   * New upstream release.
@@ -307,8 +307,9 @@ dcpomatic (2.2.2-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 14 Sep 2015 15:37:44 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 14 Sep 2015 16:13:18 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 58f5dbc9d8e4b652ec578c8dd7625353a6862114..42af727fd85063bc177d3322a62988a798f6d40c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.2.2devel'
+VERSION = '2.3.0'
 
 def options(opt):
     opt.load('compiler_cxx')