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

index d49a63f98fafac2e0bf0101bf0378bb6d53e59b2..2fc5bc921e563ea3dcc4c71da4dd34f311db9c78 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-22  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.20 released.
+
 2013-10-22  Carl Hetherington  <cth@carlh.net>
 
        * Allow films to be loaded when content is missing,
index 7a9849e31993dada0cf1a0febfba30f2c709fcb9..8cc3ad3e5a4ea42df078b28c966fe407bbd252ab 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.19-1) UNRELEASED; urgency=low
+dcpomatic (1.20-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -23,8 +23,9 @@ dcpomatic (1.19-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Mon, 21 Oct 2013 22:42:54 +0100
+ -- Carl Hetherington <carl@d1stkfactory>  Tue, 22 Oct 2013 22:58:30 +0100
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index c05e0e051a31ea6600486007906a79e00463191f..2d5b8cc651e0840f951d3bb8638d2e3252e011ad 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.20pre'
+VERSION = '1.20'
 
 def options(opt):
     opt.load('compiler_cxx')