Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 21 Oct 2013 21:42:54 +0000 (22:42 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 21 Oct 2013 21:42:54 +0000 (22:42 +0100)
ChangeLog
debian/changelog
wscript

index 783c92df6b18fc4f9a8b9c8883f6b72912b41fd3..8a0a7d1de77d5fcb9baaada6dc5dd0fb6337eafe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-21  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.19 released.
+
 2013-10-21  Carl Hetherington  <cth@carlh.net>
 
        * Fix Rec. 709 gammas (from Lilian Lefranc)
index 4059e2dd115039cfb8dea7ade2b06a5238fbf907..7a9849e31993dada0cf1a0febfba30f2c709fcb9 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.18-1) UNRELEASED; urgency=low
+dcpomatic (1.19-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -22,8 +22,9 @@ dcpomatic (1.18-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sun, 20 Oct 2013 00:39:22 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 21 Oct 2013 22:42:54 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 87140e25af727d19b0bc0ae4b159bf69fded8cef..80db6d5b1d392ce87e6acaf7afc7f676db130bae 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.19pre'
+VERSION = '1.19'
 
 def options(opt):
     opt.load('compiler_cxx')