summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-07 18:21:38 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-07 18:21:38 +0100
commit0b40592a5f2e751a3aa0e3c827e2d2f5fe62bfaa (patch)
tree0bb149a20e0edad33aa100add9c6f19f11437bf7
parentfa3ed3149bd2464d920f54c92b99f57ce9b4d75f (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 cf9eef43e..d0cde20e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-04-07 Carl Hetherington <cth@carlh.net>
+ * Version 0.80beta1 released.
+
+2013-04-07 Carl Hetherington <cth@carlh.net>
+
* Make the audio plot expand in height when its
window is enlarged.
diff --git a/debian/changelog b/debian/changelog
index 5e056126f..b8f2af35d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.80beta1-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Sun, 07 Apr 2013 18:21:33 +0100
+
dvdomatic (0.79-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index f7c696433..b5ae2226a 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.80pre'
+VERSION = '0.80beta1'
def options(opt):
opt.load('compiler_cxx')