Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 28 Jun 2013 21:01:06 +0000 (22:01 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 28 Jun 2013 21:01:06 +0000 (22:01 +0100)
ChangeLog
debian/changelog
wscript

index cd8d05e8bbf61e11c4f4cf23ea02596f4782c467..0a14ccd3d8feb9e8cd4acba55caba4934a0cd5dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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
index d12d733160a92319b69d6787f314b5b2fb8c2387..7ccc2bf84e5b542b6044825bd161d05baacefa06 100644 (file)
@@ -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 db4d93e4d2666a69d3b21731b411fcbefa916413..95822357653ad87194625c31709864a108d8ed5a 100644 (file)
--- 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')