Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 22 Oct 2014 13:24:54 +0000 (14:24 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 22 Oct 2014 13:24:54 +0000 (14:24 +0100)
ChangeLog
debian/changelog
wscript

index 78d6eb4d78d5e7e9616219a5341390c7462a1911..053c1f106cf2db45745c0af86978eeeb4f074712 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-22  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.0.15 released.
+
 2014-10-22  Carl Hetherington  <cth@carlh.net>
 
        * Version 1.76.3 released.
index aa4a34921cd89480802d8085b7f19ef8091e6055..5702a6dfd4ad3381feacb2aa813967c6f5ab271f 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.0.14-1) UNRELEASED; urgency=low
+dcpomatic (2.0.15-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -194,8 +194,9 @@ dcpomatic (2.0.14-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 22 Oct 2014 09:32:14 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Wed, 22 Oct 2014 14:24:53 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 6b55dbdad09f5aabde6ef3dfaf8f23fcf2145175..0e8cca746fd08bda575eaaccd06f116fe3a76755 100644 (file)
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
 import distutils.spawn
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.14devel'
+VERSION = '2.0.15'
 
 def options(opt):
     opt.load('compiler_cxx')