Skip to content

Commit

Permalink
Increase version to 2.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
devosb committed May 5, 2020
1 parent db1e08f commit 1c510d4
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 16 deletions.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion build-windows-package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -ev
. ./build-windows-common

# metadata
VERSION="2.5.9"
VERSION="2.5.10"
foldername=TECkit-${VERSION}
filename=${foldername}.zip

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.54)
AC_INIT(teckit, 2.5.9, [email protected])
AC_INIT(teckit, 2.5.10, [email protected])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([source/UnicodeNames.cpp])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
8 changes: 8 additions & 0 deletions debian-src/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
Expand Down
2 changes: 1 addition & 1 deletion debian-src/rules
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions mac-installer/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<plist version="1.0">
<dict>
<key>CFBundleGetInfoString</key>
<string>2.5.9, copyright © 2002-2020 SIL International</string>
<string>2.5.10, copyright © 2002-2020 SIL International</string>
<key>CFBundleIdentifier</key>
<string>org.sil.nrsi.teckit</string>
<key>CFBundleShortVersionString</key>
<string>2.5.9</string>
<string>2.5.10</string>
<key>IFMajorVersion</key>
<integer>2</integer>
<key>IFMinorVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion mac-installer/Resources/ReadMe.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]\cf0 \
Expand Down
2 changes: 1 addition & 1 deletion mac-installer/Resources/Welcome.rtf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion mac-installer/create-pkg.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions source/Sample-tools/version_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ GNU Lesser General Public License, as specified in the LICENSING.txt file.
#include <windows.h>

// 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"
Expand Down
8 changes: 4 additions & 4 deletions source/version_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ GNU Lesser General Public License, as specified in the LICENSING.txt file.
#include <windows.h>

// 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"
Expand Down

0 comments on commit 1c510d4

Please sign in to comment.