From 1c510d4de7ff844207b1273e856fd27a15b3486d Mon Sep 17 00:00:00 2001 From: Bobby de Vos Date: Tue, 5 May 2020 07:54:44 -0600 Subject: [PATCH] Increase version to 2.5.10 --- NEWS | 6 ++++++ build-windows-package.sh | 2 +- configure.ac | 2 +- debian-src/changelog | 8 ++++++++ debian-src/rules | 2 +- mac-installer/Info.plist | 4 ++-- mac-installer/Resources/ReadMe.rtf | 2 +- mac-installer/Resources/Welcome.rtf | 2 +- mac-installer/create-pkg.sh | 2 +- source/Sample-tools/version_defs.h | 8 ++++---- source/version_defs.h | 8 ++++---- 11 files changed, 30 insertions(+), 16 deletions(-) diff --git a/NEWS b/NEWS index 04e2414..a36ac82 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +2020-05-05 + Version 2.5.10 + Updated Unicode character names and normalization data to 13.0.0 + Updated zlib to version 1.2.11 + Various improvements for compiling and documentation. + 2019-03-18 Version 2.5.9 Updated Unicode character names and normalization data to 12.0.0 diff --git a/build-windows-package.sh b/build-windows-package.sh index 7cdc9ae..73dc700 100755 --- a/build-windows-package.sh +++ b/build-windows-package.sh @@ -8,7 +8,7 @@ set -ev . ./build-windows-common # metadata -VERSION="2.5.9" +VERSION="2.5.10" foldername=TECkit-${VERSION} filename=${foldername}.zip diff --git a/configure.ac b/configure.ac index 88357c7..e94f631 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.54) -AC_INIT(teckit, 2.5.9, wstech@sil.org) +AC_INIT(teckit, 2.5.10, wstech@sil.org) AM_CONFIG_HEADER([config.h]) AC_CONFIG_SRCDIR([source/UnicodeNames.cpp]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian-src/changelog b/debian-src/changelog index e4943dc..bb38b37 100644 --- a/debian-src/changelog +++ b/debian-src/changelog @@ -1,3 +1,11 @@ +teckit (2.5.10) stable; urgency=medium + + * Updated Unicode character names and normalization data to 13.0.0 + * Updated zlib to version 1.2.11 + * Various improvements for compiling and documentation + + -- Bobby de Vos Tue, 05 May 2020 07:44:40 -0600 + teckit (2.5.9) stable; urgency=medium * Updated Unicode character names and normalization data to 12.0.0 diff --git a/debian-src/rules b/debian-src/rules index a8db8e6..330bac2 100755 --- a/debian-src/rules +++ b/debian-src/rules @@ -1,6 +1,6 @@ #!/usr/bin/make -f -DEB_TAR_SRCDIR := teckit-2.5.9 +DEB_TAR_SRCDIR := teckit-2.5.10 include /usr/share/cdbs/1/rules/tarball.mk diff --git a/mac-installer/Info.plist b/mac-installer/Info.plist index 890cc1a..ede1b2c 100644 --- a/mac-installer/Info.plist +++ b/mac-installer/Info.plist @@ -3,11 +3,11 @@ CFBundleGetInfoString - 2.5.9, copyright © 2002-2020 SIL International + 2.5.10, copyright © 2002-2020 SIL International CFBundleIdentifier org.sil.nrsi.teckit CFBundleShortVersionString - 2.5.9 + 2.5.10 IFMajorVersion 2 IFMinorVersion diff --git a/mac-installer/Resources/ReadMe.rtf b/mac-installer/Resources/ReadMe.rtf index 0a2f195..4d20a70 100644 --- a/mac-installer/Resources/ReadMe.rtf +++ b/mac-installer/Resources/ReadMe.rtf @@ -8,7 +8,7 @@ \f0\b\fs28 \cf0 TECkit: a toolkit for encoding conversion\ \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\qc -\f1\b0\fs22 \cf2 version 2.5.9\cf0 \ +\f1\b0\fs22 \cf2 version 2.5.10\cf0 \ \ Written by Jonathan Kew for SIL International\ \cf3 nrsi@sil.org\cf0 \ diff --git a/mac-installer/Resources/Welcome.rtf b/mac-installer/Resources/Welcome.rtf index 2e28d94..797847b 100644 --- a/mac-installer/Resources/Welcome.rtf +++ b/mac-installer/Resources/Welcome.rtf @@ -4,7 +4,7 @@ \paperw11900\paperh16840\margl1440\margr1440\vieww11760\viewh14040\viewkind0 \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural -\f0\fs22 \cf2 for version 2.5.9\cf0 \ +\f0\fs22 \cf2 for version 2.5.10\cf0 \ \ Written by: Jonathan Kew for SIL International\ \pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural diff --git a/mac-installer/create-pkg.sh b/mac-installer/create-pkg.sh index 14bc467..9f5d0e9 100755 --- a/mac-installer/create-pkg.sh +++ b/mac-installer/create-pkg.sh @@ -1,7 +1,7 @@ #!/bin/bash # adjust this to newer version numbers -VERSION="2.5.9" +VERSION="2.5.10" echo current version is: $VERSION sudo rm -rf ./Pkg diff --git a/source/Sample-tools/version_defs.h b/source/Sample-tools/version_defs.h index 31fc0db..9655d4e 100644 --- a/source/Sample-tools/version_defs.h +++ b/source/Sample-tools/version_defs.h @@ -10,11 +10,11 @@ GNU Lesser General Public License, as specified in the LICENSING.txt file. #include // version numbers that should be updated for each release -#define VER_FILEVERSION 2,5,9,0 -#define VER_FILEVERSION_STR "2.5.9.0\0" +#define VER_FILEVERSION 2,5,10,0 +#define VER_FILEVERSION_STR "2.5.10.0\0" -#define VER_PRODUCTVERSION 2,5,9,0 -#define VER_PRODUCTVERSION_STR "2.5.9\0" +#define VER_PRODUCTVERSION 2,5,10,0 +#define VER_PRODUCTVERSION_STR "2.5.10\0" // constants used in all the binaries, shouldn't need changing (until next year) #define VER_COMPANY_NAME_STR "SIL International\0" diff --git a/source/version_defs.h b/source/version_defs.h index bfa9147..bdb2f1b 100644 --- a/source/version_defs.h +++ b/source/version_defs.h @@ -10,11 +10,11 @@ GNU Lesser General Public License, as specified in the LICENSING.txt file. #include // version numbers that should be updated for each release -#define VER_FILEVERSION 2,5,9,0 -#define VER_FILEVERSION_STR "2.5.9.0\0" +#define VER_FILEVERSION 2,5,10,0 +#define VER_FILEVERSION_STR "2.5.10.0\0" -#define VER_PRODUCTVERSION 2,5,9,0 -#define VER_PRODUCTVERSION_STR "2.5.9\0" +#define VER_PRODUCTVERSION 2,5,10,0 +#define VER_PRODUCTVERSION_STR "2.5.10\0" // constants used in all the binaries, shouldn't need changing (until next year) #define VER_COMPANY_NAME_STR "SIL International\0"