Bump version
authorCarl Hetherington <cth@carlh.net>
Fri, 26 Apr 2013 08:53:27 +0000 (09:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 26 Apr 2013 08:53:27 +0000 (09:53 +0100)
ChangeLog
debian/changelog
wscript

index 5d8524dc8103b2f2ca1bdff651ae224b89cf3405..c5df3d2cc34956f3e279cad2d90de2a24ec98dca 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-04-26  Carl Hetherington  <cth@carlh.net>
+
+       * Version 0.87 released.
+
 2013-04-26  Carl Hetherington  <cth@carlh.net>
 
        * Make new trim options actually work (#121).
index 01fb12de4d7e7404aab5b82a7c945cb95bd374bf..83729c30929c4707736aabedbb586c81e0a2f749 100644 (file)
@@ -1,3 +1,9 @@
+dvdomatic (0.87-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan>  Fri, 26 Apr 2013 09:53:27 +0100
+
 dvdomatic (0.86-1) UNRELEASED; urgency=low
 
   * New upstream release.
diff --git a/wscript b/wscript
index 2de1cfd71d4503ee7a50e79792477b9c2a38a796..11434eb01cd38405d440207fbdc8226577528d64 100644 (file)
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
 import sys
 
 APPNAME = 'dvdomatic'
-VERSION = '0.87pre'
+VERSION = '0.87'
 
 def options(opt):
     opt.load('compiler_cxx')