Bump version
authorCarl Hetherington <cth@carlh.net>
Sat, 30 Nov 2013 14:10:38 +0000 (14:10 +0000)
committerCarl Hetherington <cth@carlh.net>
Sat, 30 Nov 2013 14:10:38 +0000 (14:10 +0000)
ChangeLog
debian/changelog
wscript

index 1c86709759c64feb5171872f3a65e83068006d9c..fdb9f77fb772ad8704a34fbc3242832730663511 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-11-30  Carl Hetherington  <cth@carlh.net>
+
+       * Version 1.39 released.
+
 2013-11-30  Carl Hetherington  <cth@carlh.net>
 
        * Fix windows build.
index 38679edd20c982c7dd0113ad8e400d96696a4769..5d8ed6b1f84f1e2239b273539e27ee6f84d232d1 100644 (file)
@@ -1,4 +1,4 @@
-dcpomatic (1.38-1) UNRELEASED; urgency=low
+dcpomatic (1.39-1) UNRELEASED; urgency=low
 
   * New upstream release.
   * New upstream release.
@@ -42,8 +42,9 @@ dcpomatic (1.38-1) UNRELEASED; urgency=low
   * New upstream release.
   * New upstream release.
   * New upstream release.
+  * New upstream release.
 
- -- Carl Hetherington <carl@d1stkfactory>  Fri, 29 Nov 2013 23:36:59 +0000
+ -- Carl Hetherington <carl@d1stkfactory>  Sat, 30 Nov 2013 14:10:38 +0000
 
 dcpomatic (0.87-1) UNRELEASED; urgency=low
 
diff --git a/wscript b/wscript
index 680c4d442b9584c2437273bd1cb157f25ad09a18..c3c6c4ee87bd737ede11ddc5603908dd58d260ad 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dcpomatic'
-VERSION = '1.39pre'
+VERSION = '1.39'
 
 def options(opt):
     opt.load('compiler_cxx')