summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-05-19 12:35:52 +0100
committerCarl Hetherington <cth@carlh.net>2013-05-19 12:35:52 +0100
commit6dc92bf6c98a7cb8084f713f941a9b9a60233cd5 (patch)
treeab1348c2d97e08e3d82cccda19728a78a60a7eb2
parentc7cde950031d48482a841c987be38b9193bdd08a (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 f1a8bb76c..e269bf550 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
2013-05-19 Carl Hetherington <cth@carlh.net>
+
+ * Version 0.92 released.
+
+2013-05-19 Carl Hetherington <cth@carlh.net>
* Version 0.91 released.
diff --git a/debian/changelog b/debian/changelog
index 82afdef8c..9035ca116 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.92-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Sun, 19 May 2013 12:35:52 +0100
+
dvdomatic (0.91-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index fd838dd1e..abbf279bd 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.92pre'
+VERSION = '0.92'
def options(opt):
opt.load('compiler_cxx')