From: Carl Hetherington Date: Mon, 28 Oct 2013 12:17:38 +0000 (+0000) Subject: Bump version X-Git-Tag: v2.0.48~1219 X-Git-Url: https://git.carlh.net/gitweb/?a=commitdiff_plain;h=75cfc69a9f8ef7d4c2ab997b158479959d983f49;p=dcpomatic.git Bump version --- diff --git a/ChangeLog b/ChangeLog index f7a2689dd..a36166dd5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-10-28 Carl Hetherington + + * Version 1.24 released. + 2013-10-28 Carl Hetherington * Fix failure to reload configuration on diff --git a/debian/changelog b/debian/changelog index d53d1e971..229d4801a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.23-1) UNRELEASED; urgency=low +dcpomatic (1.24-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -27,8 +27,9 @@ dcpomatic (1.23-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Sat, 26 Oct 2013 23:55:26 +0100 + -- Carl Hetherington Mon, 28 Oct 2013 12:17:38 +0000 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index a4a726f52..7300608d0 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.24pre' +VERSION = '1.24' def options(opt): opt.load('compiler_cxx')