summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-28 22:01:06 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-28 22:01:06 +0100
commit861465ce07cbb72b0c34f8ee1048ba5ed4685ab8 (patch)
tree0178959ab2bacdaeba7a37a4cfa51607f317ee74
parent84fa37fa81adee2ab61a987d8f8f5bce0276e16a (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 cd8d05e8b..0a14ccd3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-06-28 Carl Hetherington <cth@carlh.net>
+ * Version 0.105 released.
+
+2013-06-28 Carl Hetherington <cth@carlh.net>
+
* Work around GTK bugs related to the directory
picker (in the new film dialogue). There is a
buggy GTK included in Ubuntu 13.04 (and Mint 15).
diff --git a/debian/changelog b/debian/changelog
index d12d73316..7ccc2bf84 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.105-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Fri, 28 Jun 2013 22:01:06 +0100
+
dvdomatic (0.104-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index db4d93e4d..958223576 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.105pre'
+VERSION = '0.105'
def options(opt):
opt.load('compiler_cxx')