summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-06-24 23:39:57 +0100
committerCarl Hetherington <cth@carlh.net>2013-06-24 23:39:57 +0100
commit7df5035e5200769dd49d02f85b0b0e4b7899d3ad (patch)
tree41d1dc51fb9e59f5331bb568e66968a1c227b188
parentf1f25e57c97a6ea28513820912169305795c7d14 (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 09852aaec..e0a8f4bbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-24 Carl Hetherington <cth@carlh.net>
+
+ * Version 0.103 released.
+
2013-06-20 Carl Hetherington <cth@carlh.net>
* Version 0.102 released.
diff --git a/debian/changelog b/debian/changelog
index 8e83140f5..16d58a5d0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dvdomatic (0.103-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+
+ -- Carl Hetherington <carl@houllier.lan> Mon, 24 Jun 2013 23:39:57 +0100
+
dvdomatic (0.102-1) UNRELEASED; urgency=low
* New upstream release.
diff --git a/wscript b/wscript
index 8088f4532..a402625b6 100644
--- a/wscript
+++ b/wscript
@@ -3,7 +3,7 @@ import os
import sys
APPNAME = 'dvdomatic'
-VERSION = '0.103pre'
+VERSION = '0.103'
def options(opt):
opt.load('compiler_cxx')