Skip to content

Commit 71e226c

Browse files
committed
increase version number
1 parent 953523b commit 71e226c

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

api/baseapi.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
#ifndef TESSERACT_API_BASEAPI_H__
2121
#define TESSERACT_API_BASEAPI_H__
2222

23-
#define TESSERACT_VERSION_STR "3.04.00"
24-
#define TESSERACT_VERSION 0x030400
23+
#define TESSERACT_VERSION_STR "3.05.00dev"
24+
#define TESSERACT_VERSION 0x030500
2525
#define MAKE_VERSION(major, minor, patch) (((major) << 16) | ((minor) << 8) | \
2626
(patch))
2727

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /bin/sh
22
# From configure.ac {gitrev}.
33
# Guess values for system-dependent variables and create Makefiles.
4-
# Generated by GNU Autoconf 2.69 for tesseract 3.04.00.
4+
# Generated by GNU Autoconf 2.69 for tesseract 3.05.00dev.
55
#
66
# Report bugs to <https://github.com/tesseract-ocr/tesseract/issues>.
77
#
@@ -591,8 +591,8 @@ MAKEFLAGS=
591591
# Identity of this package.
592592
PACKAGE_NAME='tesseract'
593593
PACKAGE_TARNAME='tesseract'
594-
PACKAGE_VERSION='3.04.00'
595-
PACKAGE_STRING='tesseract 3.04.00'
594+
PACKAGE_VERSION='3.05.00dev'
595+
PACKAGE_STRING='tesseract 3.05.00dev'
596596
PACKAGE_BUGREPORT='https://github.com/tesseract-ocr/tesseract/issues'
597597
PACKAGE_URL=''
598598

@@ -1371,7 +1371,7 @@ if test "$ac_init_help" = "long"; then
13711371
# Omit some internal or obsolete options to make the list less imposing.
13721372
# This message is too long to be a string in the A/UX 3.1 sh.
13731373
cat <<_ACEOF
1374-
\`configure' configures tesseract 3.04.00 to adapt to many kinds of systems.
1374+
\`configure' configures tesseract 3.05.00dev to adapt to many kinds of systems.
13751375

13761376
Usage: $0 [OPTION]... [VAR=VALUE]...
13771377

@@ -1441,7 +1441,7 @@ fi
14411441

14421442
if test -n "$ac_init_help"; then
14431443
case $ac_init_help in
1444-
short | recursive ) echo "Configuration of tesseract 3.04.00:";;
1444+
short | recursive ) echo "Configuration of tesseract 3.05.00dev:";;
14451445
esac
14461446
cat <<\_ACEOF
14471447

@@ -1570,7 +1570,7 @@ fi
15701570
test -n "$ac_init_help" && exit $ac_status
15711571
if $ac_init_version; then
15721572
cat <<\_ACEOF
1573-
tesseract configure 3.04.00
1573+
tesseract configure 3.05.00dev
15741574
generated by GNU Autoconf 2.69
15751575

15761576
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2223,7 +2223,7 @@ cat >config.log <<_ACEOF
22232223
This file contains any messages produced by compilers while
22242224
running configure, to aid debugging if configure makes a mistake.
22252225

2226-
It was created by tesseract $as_me 3.04.00, which was
2226+
It was created by tesseract $as_me 3.05.00dev, which was
22272227
generated by GNU Autoconf 2.69. Invocation command line was
22282228

22292229
$ $0 $@
@@ -3182,7 +3182,7 @@ fi
31823182

31833183
# Define the identity of the package.
31843184
PACKAGE='tesseract'
3185-
VERSION='3.04.00'
3185+
VERSION='3.05.00dev'
31863186

31873187

31883188
cat >>confdefs.h <<_ACEOF
@@ -17634,7 +17634,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
1763417634
# report actual input values of CONFIG_FILES etc. instead of their
1763517635
# values after options handling.
1763617636
ac_log="
17637-
This file was extended by tesseract $as_me 3.04.00, which was
17637+
This file was extended by tesseract $as_me 3.05.00dev, which was
1763817638
generated by GNU Autoconf 2.69. Invocation command line was
1763917639

1764017640
CONFIG_FILES = $CONFIG_FILES
@@ -17700,7 +17700,7 @@ _ACEOF
1770017700
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
1770117701
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
1770217702
ac_cs_version="\\
17703-
tesseract config.status 3.04.00
17703+
tesseract config.status 3.05.00dev
1770417704
configured by $0, generated by GNU Autoconf 2.69,
1770517705
with options \\"\$ac_cs_config\\"
1770617706

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Initialization
77
# ----------------------------------------
88
AC_PREREQ(2.50)
9-
AC_INIT([tesseract], [3.04.00], [https://github.com/tesseract-ocr/tesseract/issues])
9+
AC_INIT([tesseract], [3.05.00dev], [https://github.com/tesseract-ocr/tesseract/issues])
1010
CXXFLAGS=${CXXFLAGS:-""}
1111
AC_CONFIG_MACRO_DIR([m4])
1212
AC_CONFIG_AUX_DIR(config)

vs2010/libtesseract/libtesseract.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ END
5353
//
5454

5555
VS_VERSION_INFO VERSIONINFO
56-
FILEVERSION 3,4,0,0
57-
PRODUCTVERSION 3,4,0,0
56+
FILEVERSION 3,5,0,0
57+
PRODUCTVERSION 3,5,0,0
5858
FILEFLAGSMASK 0x17L
5959
#ifdef _DEBUG
6060
FILEFLAGS 0x1L
@@ -70,12 +70,12 @@ BEGIN
7070
BLOCK "040904b0"
7171
BEGIN
7272
VALUE "FileDescription", "Tesseract OCR library"
73-
VALUE "FileVersion", "3, 4, 0, 0"
73+
VALUE "FileVersion", "3, 5, 0, 0"
7474
VALUE "InternalName", "libtesseract"
7575
VALUE "LegalCopyright", "Copyright (C) 2015 Google, Inc. Licensed under the Apache License, Version 2.0"
7676
VALUE "OriginalFilename", "libtesseract"
7777
VALUE "ProductName", "Tesseract OCR Library"
78-
VALUE "ProductVersion", "3, 4, 0, 0"
78+
VALUE "ProductVersion", "3, 5, 0, 0"
7979
END
8080
END
8181
BLOCK "VarFileInfo"

vs2010/tesseract/tesseract.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ END
5353
//
5454

5555
VS_VERSION_INFO VERSIONINFO
56-
FILEVERSION 3,4,0,0
57-
PRODUCTVERSION 3,4,0,0
56+
FILEVERSION 3,5,0,0
57+
PRODUCTVERSION 3,5,0,0
5858
FILEFLAGSMASK 0x17L
5959
#ifdef _DEBUG
6060
FILEFLAGS 0x1L
@@ -70,12 +70,12 @@ BEGIN
7070
BLOCK "040904b0"
7171
BEGIN
7272
VALUE "FileDescription", "Tesseract command-line OCR engine"
73-
VALUE "FileVersion", "3,4,0,0"
73+
VALUE "FileVersion", "3,5,0,0"
7474
VALUE "InternalName", "tesseract"
75-
VALUE "LegalCopyright", "Copyright (C) 2014 Google, Inc. Licensed under the Apache License, Version 2.0"
75+
VALUE "LegalCopyright", "Copyright (C) 2015 Google, Inc. Licensed under the Apache License, Version 2.0"
7676
VALUE "OriginalFilename", "tesseract.exe"
7777
VALUE "ProductName", "Tesseract-OCR"
78-
VALUE "ProductVersion", "3.04"
78+
VALUE "ProductVersion", "3.05.00dev"
7979
END
8080
END
8181
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)