Bump version
authorCarl Hetherington <cth@carlh.net>
Mon, 13 Jan 2014 00:14:08 +0000 (00:14 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 13 Jan 2014 00:14:08 +0000 (00:14 +0000)
ChangeLog
debian/changelog
wscript

index f1fbcfd23cf071507dfbb4b77d227fb74ecb6a03..ef132e58d28b6c952576e593664146e6030017bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-13  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.63.0 released.
+
 2014-01-12  Carl Hetherington  <cth@carlh.net>
 
        * Fix crashes when using -3dB options in locales with a , decimal separator.
index 96cbe3938289d0c8f79f7cd1749ceb7d4ae54dbf..fe5f126f03130d96695bd42146d9d605b4f6ec94 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.62.3-1) UNRELEASED; urgency=low
+dcpomatic (1.63.0-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -71,8 +71,9 @@ dcpomatic (1.62.3-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Sat, 11 Jan 2014 18:38:13 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Mon, 13 Jan 2014 00:14:08 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index babf5a00dd17c850faf23b3dbbcd14f5d5c6b6e6..0a032978df9280ce8b154b6ee442d1eab5000e7c 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.62.3devel'
+VERSION = '1.63.0'
 
 def options(opt):
     opt.load('compiler_cxx')