Bump version v2.1.19
authorCarl Hetherington <cth@carlh.net>
Tue, 7 Jul 2015 14:00:55 +0000 (15:00 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 7 Jul 2015 14:00:55 +0000 (15:00 +0100)
ChangeLog
debian/changelog
wscript

index 582c78af9a5f2dc24c42832a92550be8811c43e5..ccbbadc49ad52584f9a954c670d01e6f9cbce492 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-07-07  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.1.19 released.
+
 2015-07-06  c.hetherington  <cth@carlh.net>
 
        * Copy pl_PL translation from 1.x.
index f35b80a5354e3f09187fc55f80cbafba4d58f7e9..b37b4b84996dd069b90e3ad20897168cb7b2ea7f 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.1.18-1) UNRELEASED; urgency=low
+dcpomatic (2.1.19-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -249,8 +249,9 @@ dcpomatic (2.1.18-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 06 Jul 2015 12:12:08 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 07 Jul 2015 15:00:54 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index b49b008df634655b19b893249b620d695fdbd3f2..43b2c5ca32ceaae1d3a73b29b5729fce6bef02c6 100644 (file)
--- a/wscript
+++ b/wscript
@@ -26,7 +26,7 @@ import distutils.spawn
 from waflib import Logs
 
 APPNAME = 'dcpomatic'
-VERSION = '2.1.18devel'
+VERSION = '2.1.19'
 
 def options(opt):
     opt.load('compiler_cxx')