From: Carl Hetherington Date: Thu, 24 Jan 2013 15:32:08 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~1337^2~705^2~11^2~1 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=737e64580949d8692b02cfc50ec1e68a301ed6e0;p=dcpomatic.git Bump version --- diff --git a/ChangeLog b/ChangeLog index 4d1fe3423..5973d0c62 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-01-24 Carl Hetherington + + * Version 0.72 released. + 2013-01-24 Carl Hetherington * Version 0.71 released. diff --git a/debian/changelog b/debian/changelog index 7bace15d1..89c4408e6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dvdomatic (0.72-1) UNRELEASED; urgency=low + + * New upstream release. + + -- Carl Hetherington Thu, 24 Jan 2013 15:31:57 +0000 + dvdomatic (0.71-1) UNRELEASED; urgency=low * New upstream release. diff --git a/wscript b/wscript index ea571fba6..25e4ae13a 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dvdomatic' -VERSION = '0.72pre' +VERSION = '0.72' def options(opt): opt.load('compiler_cxx')