summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-11-29 23:36:59 +0000
committerCarl Hetherington <cth@carlh.net>2013-11-29 23:36:59 +0000
commit59806506712166fcc164685e313aa499288b10dc (patch)
treee65666b8db7cc4d7f9d263fdb20b15b6225c524b
parente6a3bf0ca40bf7b53d4b28cf899a47fa0a54c358 (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 b3f76c492..24fd334fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
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
to help with multiple VOB files from DVDs.
diff --git a/debian/changelog b/debian/changelog
index f03c6b5b7..38679edd2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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 5276b2843..761ae00a5 100644
--- 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')