Skip to content

Commit

Permalink
Increase version to 2.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
devosb committed Mar 18, 2019
1 parent 450b212 commit e2434ce
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 16 deletions.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2019-03-18
Version 2.5.9
Updated Unicode character names and normalization data to 12.0.0
Various improvements for testing, compiling, and documentation.

2018-06-18
Version 2.5.8
Updated Unicode character names and normalization data to 11.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.8"
VERSION="2.5.9"
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.8, [email protected])
AC_INIT(teckit, 2.5.9, [email protected])
AM_CONFIG_HEADER([config.h])
AC_CONFIG_SRCDIR([source/UnicodeNames.cpp])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
7 changes: 7 additions & 0 deletions debian-src/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
teckit (2.5.9) stable; urgency=medium

* Updated Unicode character names and normalization data to 12.0.0
* Various improvements for testing, compiling, and documentation

-- Bobby de Vos <[email protected]> Mon, 18 Mar 2019 09:09:21 -0600

teckit (2.5.8) stable; urgency=medium

* Updated Unicode character names and normalization data to 11.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.8
DEB_TAR_SRCDIR := teckit-2.5.9

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.8, copyright © 2002-2019 SIL International</string>
<string>2.5.9, copyright © 2002-2019 SIL International</string>
<key>CFBundleIdentifier</key>
<string>org.sil.nrsi.teckit</string>
<key>CFBundleShortVersionString</key>
<string>2.5.8</string>
<string>2.5.9</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.8\cf0 \
\f1\b0\fs22 \cf2 version 2.5.9\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.8\cf0 \
\f0\fs22 \cf2 for version 2.5.9\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.8"
VERSION="2.5.9"
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,8,0
#define VER_FILEVERSION_STR "2.5.8.0\0"
#define VER_FILEVERSION 2,5,9,0
#define VER_FILEVERSION_STR "2.5.9.0\0"

#define VER_PRODUCTVERSION 2,5,8,0
#define VER_PRODUCTVERSION_STR "2.5.8\0"
#define VER_PRODUCTVERSION 2,5,9,0
#define VER_PRODUCTVERSION_STR "2.5.9\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,8,0
#define VER_FILEVERSION_STR "2.5.8.0\0"
#define VER_FILEVERSION 2,5,9,0
#define VER_FILEVERSION_STR "2.5.9.0\0"

#define VER_PRODUCTVERSION 2,5,8,0
#define VER_PRODUCTVERSION_STR "2.5.8\0"
#define VER_PRODUCTVERSION 2,5,9,0
#define VER_PRODUCTVERSION_STR "2.5.9\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 e2434ce

Please sign in to comment.