Skip to content

Commit f7838e4

Browse files
committed
Increase version to 2.5.8
1 parent bdebff0 commit f7838e4

File tree

11 files changed

+26
-16
lines changed

11 files changed

+26
-16
lines changed

NEWS

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2018-06-18
2+
Version 2.5.8
3+
Updated Unicode character names and normalization data to 11.0.0
4+
15
2017-06-22
26
Version 2.5.7
37
Updated Unicode character names and normalization data to 10.0.0

build-windows-package.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
. ./build-windows-common
88

99
# metadata
10-
VERSION="2.5.7"
10+
VERSION="2.5.8"
1111
foldername=TECkit-${VERSION}
1212
filename=${foldername}.zip
1313

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.54)
2-
AC_INIT(teckit, 2.5.7, [email protected])
2+
AC_INIT(teckit, 2.5.8, [email protected])
33
AM_CONFIG_HEADER([config.h])
44
AC_CONFIG_SRCDIR([source/UnicodeNames.cpp])
55
AC_CONFIG_MACRO_DIR([m4])

debian-src/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
teckit (2.5.8) stable; urgency=medium
2+
3+
* Updated Unicode character names and normalization data to 11.0.0
4+
5+
-- Bobby de Vos <[email protected]> Mon, 18 Jun 2018 13:26:21 -0600
6+
17
teckit (2.5.7) stable; urgency=medium
28

39
* Updated Unicode character names and normalization data to 10.0.0

debian-src/rules

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/make -f
22

3-
DEB_TAR_SRCDIR := teckit-2.5.7
3+
DEB_TAR_SRCDIR := teckit-2.5.8
44

55
include /usr/share/cdbs/1/rules/tarball.mk
66

mac-installer/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleGetInfoString</key>
6-
<string>2.5.7, copyright © 2002-2018 SIL International</string>
6+
<string>2.5.8, copyright © 2002-2018 SIL International</string>
77
<key>CFBundleIdentifier</key>
88
<string>org.sil.nrsi.teckit</string>
99
<key>CFBundleShortVersionString</key>
10-
<string>2.5.7</string>
10+
<string>2.5.8</string>
1111
<key>IFMajorVersion</key>
1212
<integer>2</integer>
1313
<key>IFMinorVersion</key>

mac-installer/Resources/ReadMe.rtf

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
\f0\b\fs28 \cf0 TECkit: a toolkit for encoding conversion\
99
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\qc
1010
11-
\f1\b0\fs22 \cf2 version 2.5.7\cf0 \
11+
\f1\b0\fs22 \cf2 version 2.5.8\cf0 \
1212
\
1313
Written by Jonathan Kew for SIL International\
1414

mac-installer/Resources/Welcome.rtf

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
\paperw11900\paperh16840\margl1440\margr1440\vieww11760\viewh14040\viewkind0
55
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural
66

7-
\f0\fs22 \cf2 for version 2.5.7\cf0 \
7+
\f0\fs22 \cf2 for version 2.5.8\cf0 \
88
\
99
Written by: Jonathan Kew for SIL International\
1010
\pard\tx720\tx1440\tx2160\tx2880\tx3600\tx4320\tx5040\tx5760\tx6480\tx7200\tx7920\tx8640\ql\qnatural

mac-installer/create-pkg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# adjust this to newer version numbers
4-
VERSION="2.5.7"
4+
VERSION="2.5.8"
55
echo current version is: $VERSION
66

77
sudo rm -rf ./Pkg

source/Sample-tools/version_defs.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ GNU Lesser General Public License, as specified in the LICENSING.txt file.
1010
#include <windows.h>
1111

1212
// version numbers that should be updated for each release
13-
#define VER_FILEVERSION 2,5,7,0
14-
#define VER_FILEVERSION_STR "2.5.7.0\0"
13+
#define VER_FILEVERSION 2,5,8,0
14+
#define VER_FILEVERSION_STR "2.5.8.0\0"
1515

16-
#define VER_PRODUCTVERSION 2,5,7,0
17-
#define VER_PRODUCTVERSION_STR "2.5.7\0"
16+
#define VER_PRODUCTVERSION 2,5,8,0
17+
#define VER_PRODUCTVERSION_STR "2.5.8\0"
1818

1919
// constants used in all the binaries, shouldn't need changing (until next year)
2020
#define VER_COMPANY_NAME_STR "SIL International\0"

source/version_defs.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ GNU Lesser General Public License, as specified in the LICENSING.txt file.
1010
#include <windows.h>
1111

1212
// version numbers that should be updated for each release
13-
#define VER_FILEVERSION 2,5,7,0
14-
#define VER_FILEVERSION_STR "2.5.7.0\0"
13+
#define VER_FILEVERSION 2,5,8,0
14+
#define VER_FILEVERSION_STR "2.5.8.0\0"
1515

16-
#define VER_PRODUCTVERSION 2,5,7,0
17-
#define VER_PRODUCTVERSION_STR "2.5.7\0"
16+
#define VER_PRODUCTVERSION 2,5,8,0
17+
#define VER_PRODUCTVERSION_STR "2.5.8\0"
1818

1919
// constants used in all the binaries, shouldn't need changing (until next year)
2020
#define VER_COMPANY_NAME_STR "SIL International\0"

0 commit comments

Comments
 (0)