summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-09 23:43:35 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-09 23:43:35 +0100
commit75a40396ba757ec268b52283a55410a6ab9da303 (patch)
tree78d70dfdd610fdb0a00d08b09e43e4d42756b025
parent767f88cb1f90fdd359e7e4e4bdf90e848d57995c (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 4c1d6f4c4..3888c7170 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2013-04-09 Carl Hetherington <cth@carlh.net>
+ * Version 0.82 released.
+
+2013-04-09 Carl Hetherington <cth@carlh.net>
+
* Version 0.82beta1 released.
2013-04-09 Carl Hetherington <cth@carlh.net>
diff --git a/debian/changelog b/debian/changelog
index 63d21ef07..7151b0dbe 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.82-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Tue, 09 Apr 2013 23:43:35 +0100
+
dvdomatic (0.82beta1-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index 11ef9bf23..99e570c1e 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.82beta1'
+VERSION = '0.82'
def options(opt):
opt.load('compiler_cxx')