Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 24 Jan 2015 13:59:31 +0000 (13:59 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 24 Jan 2015 13:59:31 +0000 (13:59 +0000)
ChangeLog
debian/changelog
wscript

index 710fa3fafaa26c8a527a064646e125a740ce32b8..6b617c06e65b478b090e310f4e590875c7245817 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-24  Carl Hetherington  <cth@carlh.net>
+
+       * Version 2.0.38 released.
+
 2015-01-23  Carl Hetherington  <cth@carlh.net>
 
        * Fix update checker.
index 0ce6a2ba5117143fc853a65b1d02bd8028276bf4..b6ea3807c6ea49e3f0ea2ba77f506ab4c4401582 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (2.0.37-1) UNRELEASED; urgency=low
+dcpomatic (2.0.38-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -216,8 +216,9 @@ dcpomatic (2.0.37-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Fri, 23 Jan 2015 21:23:06 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Sat, 24 Jan 2015 13:59:30 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index d0745c22f84f08f9dfd1d965be511e4df0a99d3a..fa22d80a263baa77f256876d62a87b6527fcf63b 100644 (file)
--- a/wscript
+++ b/wscript
@@ -5,7 +5,7 @@ import distutils
 import distutils.spawn
 
 APPNAME = 'dcpomatic'
-VERSION = '2.0.37devel'
+VERSION = '2.0.38'
 
 def options(opt):
     opt.load('compiler_cxx')