From 49df21e6157991661790bd8e48936890c4dade0a Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 13 Oct 2013 12:55:47 +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 91103ed63..e870f50f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-10-13 Carl Hetherington + + * Version 1.14 released. + 2013-10-12 Carl Hetherington * Add some missing libraries to the OS X build. diff --git a/debian/changelog b/debian/changelog index 5e5fdb468..18ce8f216 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (1.13-1) UNRELEASED; urgency=low +dcpomatic (1.14-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -17,8 +17,9 @@ dcpomatic (1.13-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Sat, 12 Oct 2013 13:36:59 +0100 + -- Carl Hetherington Sun, 13 Oct 2013 12:55:47 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index 2386823f2..b651d0e14 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.14pre' +VERSION = '1.14' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3 From 6028b10bcb0579ca702c5e7a1140ba3e58681d01 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 13 Oct 2013 12:55:47 +0100 Subject: Bump version --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wscript b/wscript index b651d0e14..bcda8d74d 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ import os import sys APPNAME = 'dcpomatic' -VERSION = '1.14' +VERSION = '1.15pre' def options(opt): opt.load('compiler_cxx') -- cgit v1.2.3