Skip to content

Commit

Permalink
increase version number
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Jul 21, 2015
1 parent 953523b commit 71e226c
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions api/baseapi.h
Expand Up @@ -20,8 +20,8 @@
#ifndef TESSERACT_API_BASEAPI_H__
#define TESSERACT_API_BASEAPI_H__

#define TESSERACT_VERSION_STR "3.04.00"
#define TESSERACT_VERSION 0x030400
#define TESSERACT_VERSION_STR "3.05.00dev"
#define TESSERACT_VERSION 0x030500
#define MAKE_VERSION(major, minor, patch) (((major) << 16) | ((minor) << 8) | \
(patch))

Expand Down
20 changes: 10 additions & 10 deletions configure
@@ -1,7 +1,7 @@
#! /bin/sh
# From configure.ac {gitrev}.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for tesseract 3.04.00.
# Generated by GNU Autoconf 2.69 for tesseract 3.05.00dev.
#
# Report bugs to <https://github.com/tesseract-ocr/tesseract/issues>.
#
Expand Down Expand Up @@ -591,8 +591,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='tesseract'
PACKAGE_TARNAME='tesseract'
PACKAGE_VERSION='3.04.00'
PACKAGE_STRING='tesseract 3.04.00'
PACKAGE_VERSION='3.05.00dev'
PACKAGE_STRING='tesseract 3.05.00dev'
PACKAGE_BUGREPORT='https://github.com/tesseract-ocr/tesseract/issues'
PACKAGE_URL=''

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

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

Expand Down Expand Up @@ -1441,7 +1441,7 @@ fi

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

Expand Down Expand Up @@ -1570,7 +1570,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
tesseract configure 3.04.00
tesseract configure 3.05.00dev
generated by GNU Autoconf 2.69

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

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

$ $0 $@
Expand Down Expand Up @@ -3182,7 +3182,7 @@ fi

# Define the identity of the package.
PACKAGE='tesseract'
VERSION='3.04.00'
VERSION='3.05.00dev'


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

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

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -6,7 +6,7 @@
# Initialization
# ----------------------------------------
AC_PREREQ(2.50)
AC_INIT([tesseract], [3.04.00], [https://github.com/tesseract-ocr/tesseract/issues])
AC_INIT([tesseract], [3.05.00dev], [https://github.com/tesseract-ocr/tesseract/issues])
CXXFLAGS=${CXXFLAGS:-""}
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR(config)
Expand Down
8 changes: 4 additions & 4 deletions vs2010/libtesseract/libtesseract.rc
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,4,0,0
PRODUCTVERSION 3,4,0,0
FILEVERSION 3,5,0,0
PRODUCTVERSION 3,5,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -70,12 +70,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Tesseract OCR library"
VALUE "FileVersion", "3, 4, 0, 0"
VALUE "FileVersion", "3, 5, 0, 0"
VALUE "InternalName", "libtesseract"
VALUE "LegalCopyright", "Copyright (C) 2015 Google, Inc. Licensed under the Apache License, Version 2.0"
VALUE "OriginalFilename", "libtesseract"
VALUE "ProductName", "Tesseract OCR Library"
VALUE "ProductVersion", "3, 4, 0, 0"
VALUE "ProductVersion", "3, 5, 0, 0"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions vs2010/tesseract/tesseract.rc
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,4,0,0
PRODUCTVERSION 3,4,0,0
FILEVERSION 3,5,0,0
PRODUCTVERSION 3,5,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -70,12 +70,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Tesseract command-line OCR engine"
VALUE "FileVersion", "3,4,0,0"
VALUE "FileVersion", "3,5,0,0"
VALUE "InternalName", "tesseract"
VALUE "LegalCopyright", "Copyright (C) 2014 Google, Inc. Licensed under the Apache License, Version 2.0"
VALUE "LegalCopyright", "Copyright (C) 2015 Google, Inc. Licensed under the Apache License, Version 2.0"
VALUE "OriginalFilename", "tesseract.exe"
VALUE "ProductName", "Tesseract-OCR"
VALUE "ProductVersion", "3.04"
VALUE "ProductVersion", "3.05.00dev"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 71e226c

Please sign in to comment.