summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-30 14:10:38 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-30 14:10:38 +0000
commitefedcd0992cadb47c2b4c9287c3e130330598116 (patch)
tree9cce7e205e54920323f479e18ea458274a676940
parent15c0505bc72d41437caef0446174644eb0fd15b4 (diff)
Bump version
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog5
-rw-r--r--wscript2
3 files changed, 8 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c8670975..fdb9f77fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-11-30 Carl Hetherington <cth@carlh.net>
+ * Version 1.39 released.
+
+2013-11-30 Carl Hetherington <cth@carlh.net>
+
* Fix windows build.
2013-11-29 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index 38679edd2..5d8ed6b1f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 680c4d442..c3c6c4ee8 100644
--- 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')