summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-01-09 21:21:58 +0000
committerCarl Hetherington <cth@carlh.net>2014-01-09 21:21:58 +0000
commit8f7dccf5ed29dc8c5cdfe7e99b420d1dc3c5907a (patch)
tree7afb1b550e98c870fc55e5cefe32d0bc735ae93e
parent94f3283614dcd153eddf5a5593115ca782138733 (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 ca711afaa..3bbac5e0a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2014-01-09 Carl Hetherington <cth@carlh.net>
+ * Version 1.61.0 released.
+
+2014-01-09 Carl Hetherington <cth@carlh.net>
+
* Hopefully fix somewhat inexplicable inability of Windows to open
new files on top of old ones in some circumstances (with audio
MXFs).
diff --git a/debian/changelog b/debian/changelog
index 2ce05f669..b4ac74745 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-dcpomatic (1.60-1) UNRELEASED; urgency=low
+dcpomatic (1.61.0-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
@@ -64,8 +64,9 @@ dcpomatic (1.60-1) UNRELEASED; urgency=low
* New upstream release.
* New upstream release.
* New upstream release.
+ * New upstream release.
- -- Carl Hetherington <carl@d1stkfactory> Thu, 09 Jan 2014 19:02:00 +0000
+ -- Carl Hetherington <carl@d1stkfactory> Thu, 09 Jan 2014 21:21:58 +0000
dcpomatic (0.87-1) UNRELEASED; urgency=low
diff --git a/wscript b/wscript
index 08c3082df..8220c18f6 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dcpomatic'
-VERSION = '1.61pre'
+VERSION = '1.61.0'
def options(opt):
opt.load('compiler_cxx')