提交 b677761b 编写于 作者: Z Zdenko Podobný

increase version number

上级 953523bb
......@@ -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.04.01dev"
#define TESSERACT_VERSION 0x030401
#define MAKE_VERSION(major, minor, patch) (((major) << 16) | ((minor) << 8) | \
(patch))
......
#! /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.04.01-dev.
#
# Report bugs to <https://github.com/tesseract-ocr/tesseract/issues>.
#
......@@ -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.04.01-dev'
PACKAGE_STRING='tesseract 3.04.01-dev'
PACKAGE_BUGREPORT='https://github.com/tesseract-ocr/tesseract/issues'
PACKAGE_URL=''
......@@ -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.04.01-dev to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
......@@ -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.04.01-dev:";;
esac
cat <<\_ACEOF
......@@ -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.04.01-dev
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
......@@ -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.04.01-dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
......@@ -3182,7 +3182,7 @@ fi
# Define the identity of the package.
PACKAGE='tesseract'
VERSION='3.04.00'
VERSION='3.04.01-dev'
cat >>confdefs.h <<_ACEOF
......@@ -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.04.01-dev, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
......@@ -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.04.01-dev
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
......
......@@ -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.04.01dev], [https://github.com/tesseract-ocr/tesseract/issues])
CXXFLAGS=${CXXFLAGS:-""}
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR(config)
......
......@@ -53,8 +53,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,4,0,0
PRODUCTVERSION 3,4,0,0
FILEVERSION 3,4,1,0
PRODUCTVERSION 3,4,1,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
......@@ -70,12 +70,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Tesseract OCR library"
VALUE "FileVersion", "3, 4, 0, 0"
VALUE "FileVersion", "3, 4, 1, 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, 4, 1, 0"
END
END
BLOCK "VarFileInfo"
......
......@@ -53,8 +53,8 @@ END
//
VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,4,0,0
PRODUCTVERSION 3,4,0,0
FILEVERSION 3,4,1,0
PRODUCTVERSION 3,4,1,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
......@@ -70,12 +70,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "FileDescription", "Tesseract command-line OCR engine"
VALUE "FileVersion", "3,4,0,0"
VALUE "FileVersion", "3,4,1,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.04.01dev"
END
END
BLOCK "VarFileInfo"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册