Bump version
authorCarl Hetherington <cth@carlh.net>
Wed, 5 Jun 2013 06:48:39 +0000 (07:48 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 5 Jun 2013 06:48:39 +0000 (07:48 +0100)
ChangeLog
debian/changelog
wscript

index abe6b02311b68da31cd106ff1080a215c1eff706..a0a9da802c3411c0414cf29704b9dbd940d2d233 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-05  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.94 released.
+
 2013-06-04  Carl Hetherington  <cth@carlh.net>
 
        * Version 0.94beta2 released.
index ce981e781a996d6339d214f8f37983e982144240..c303177f2aed6609b68c4e109a0607cff602e085 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.94-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan>  Wed, 05 Jun 2013 07:48:39 +0100
+
 dvdomatic (0.94beta2-1) UNRELEASED; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index a4b155c632c3695d32f5d40750ba6c8f7f03b7da..4d056994a7c8aab2ab5e3849ad8bc5a31e1a9935 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.94beta2'
+VERSION = '0.94'
 
 def options(opt):
     opt.load('compiler_cxx')