From: Carl Hetherington Date: Sun, 9 Jun 2013 19:54:08 +0000 (+0100) Subject: Bump version X-Git-Tag: v2.0.48~1337^2~324^2~5^2~2 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=8a74ac7a924a69479d336f46fdbc2a6c80169244;p=dcpomatic.git Bump version --- diff --git a/ChangeLog b/ChangeLog index b5a62111c..e8f9273ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-06-09 Carl Hetherington + + * Version 0.98 released. + 2013-06-07 Carl Hetherington * Version 0.97 released. diff --git a/debian/changelog b/debian/changelog index 2d7075050..1db230a66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.98-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Sun, 09 Jun 2013 20:54:08 +0100 + dvdomatic (0.97-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index 054ceafe6..aa8cc4254 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.98pre' +VERSION = '0.98' def options(opt): opt.load('compiler_cxx')