From 4faabebb78fc748ef71c7f469072c27f7da8b4a9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 14 Jun 2015 19:20:33 +0100 Subject: [PATCH] Bump version --- ChangeLog | 4 ++++ debian/changelog | 5 +++-- wscript | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5baaafdeb..064cf751f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-06-14 Carl Hetherington + + * Version 2.1.3 released. + 2015-06-14 Carl Hetherington * Fix parsing of .srt files with a Unicode diff --git a/debian/changelog b/debian/changelog index a6a4b5da7..5886d4289 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -dcpomatic (2.1.2-1) UNRELEASED; urgency=low +dcpomatic (2.1.3-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. @@ -233,8 +233,9 @@ dcpomatic (2.1.2-1) UNRELEASED; urgency=low * New upstream release. * New upstream release. * New upstream release. + * New upstream release. - -- Carl Hetherington Sat, 13 Jun 2015 23:50:59 +0100 + -- Carl Hetherington Sun, 14 Jun 2015 19:20:33 +0100 dcpomatic (0.87-1) UNRELEASED; urgency=low diff --git a/wscript b/wscript index 8ba701951..e4d1fc0c9 100644 --- a/wscript +++ b/wscript @@ -26,7 +26,7 @@ import distutils.spawn from waflib import Logs APPNAME = 'dcpomatic' -VERSION = '2.1.2devel' +VERSION = '2.1.3' def options(opt): opt.load('compiler_cxx') -- 2.30.2