summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-13 01:01:34 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-13 01:01:34 +0000
commit86a28b8840b0bdaa10f0f4361b85b169e7e67a80 (patch)
treea55a7660dd3c5701d8afc3b942baa09d01221d60
parent1fccccd26fd51f6f9ad37a1164d73e4c6c17695d (diff)
Bump version
-rw-r--r--ChangeLog4
-rw-r--r--debian/changelog6
-rw-r--r--wscript2
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dbb14c410..3c0b4f5ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-12-13 Carl Hetherington <cth@carlh.net>
+ * Version 0.62 released.
+
+2012-12-13 Carl Hetherington <cth@carlh.net>
+
* Improve progress reporting during the final
DCP make job; should stop the bar sitting at 100%
for a while during digest creation.
diff --git a/debian/changelog b/debian/changelog
index 4faa4784a..dcb6cf364 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.62-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <cth@carlh.net> Thu, 13 Dec 2012 01:01:24 +0000
+
dvdomatic (0.61-1) unstable; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index b5263ea42..c19670ea7 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.62pre'
+VERSION = '0.62'
def options(opt):
opt.load('compiler_cxx')