From 0d885273470d3f38eae3c5007bee7985b9f34890 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 12 Oct 2013 13:36:59 +0100 Subject: Bump version --- ChangeLog | 4 ++++ debian/changelog | 5 +++-- wscript | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index f01236c26..5a5a298b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-10-12 Carl Hetherington + + * Version 1.13 released. + 2013-10-12 Carl Hetherington * Fix linux static build. diff --git a/debian/changelog b/debian/changelog index bab1ed310..5e5fdb468 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.12-1) UNRELEASED; urgency=low +dcpomatic (1.13-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -16,8 +16,9 @@ dcpomatic (1.12-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Fri, 11 Oct 2013 19:31:53 +0100 + -- Carl Hetherington Sat, 12 Oct 2013 13:36:59 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index d70d3dfb0..f50d11254 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.13pre' +VERSION = '1.13' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From f7661f46fa44addf5f7d4bac36d409dc437992fe Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 12 Oct 2013 13:36:59 +0100 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index f50d11254..2386823f2 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.13' +VERSION = '1.14pre' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3