Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 29 Nov 2013 23:36:59 +0000 (23:36 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 Nov 2013 23:36:59 +0000 (23:36 +0000)
ChangeLog
debian/changelog
wscript

index b3f76c4923ecad963c28e86bfd988d423349b17d..24fd334fec5340c50115ce36f273d3047c4aa132 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-29  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.38 released.
+
 2013-11-29  Carl Hetherington  <cth@carlh.net>
 
        * Add option to join input files together
index f03c6b5b7256df6a48a8688ae8fcabd982f6b1a8..38679edd20c982c7dd0113ad8e400d96696a4769 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.37-1) UNRELEASED; urgency=low
+dcpomatic (1.38-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -41,8 +41,9 @@ dcpomatic (1.37-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Wed, 27 Nov 2013 16:04:55 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Fri, 29 Nov 2013 23:36:59 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 5276b2843fea073c33d387c3c9e0417b582ced19..761ae00a58de5fd5fb2891f5aae82489e56030c9 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.38pre'
+VERSION = '1.38'
 
 def options(opt):
     opt.load('compiler_cxx')