Increase version number in VS2010 and fix year

This commit is contained in:
Zdenko Podobný 2016-11-25 09:37:57 +01:00
parent f8e1c7e2a0
commit e8d5152ab7
4 changed files with 6 additions and 6 deletions

View File

@ -4,9 +4,9 @@
<Import Project="leptonica_versionnumbers.props" />
</ImportGroup>
<PropertyGroup Label="UserMacros">
<LIBTESS_VERSION>303</LIBTESS_VERSION>
<LIBTESS_VERSION_R>3,3,0,0</LIBTESS_VERSION_R>
<LIBTESS_NUMBER>3.03</LIBTESS_NUMBER>
<LIBTESS_VERSION>305</LIBTESS_VERSION>
<LIBTESS_VERSION_R>3,5,0,0</LIBTESS_VERSION_R>
<LIBTESS_NUMBER>3.05</LIBTESS_NUMBER>
</PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>

View File

@ -72,7 +72,7 @@ BEGIN
VALUE "FileDescription", "Tesseract OCR library"
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 "LegalCopyright", "Copyright (C) 2016 Google, Inc. Licensed under the Apache License, Version 2.0"
VALUE "OriginalFilename", "libtesseract"
VALUE "ProductName", "Tesseract OCR Library"
VALUE "ProductVersion", "3, 5, 0, 0"

View File

@ -1,2 +1,2 @@
#define GIT_REV "3.04.00"
#define GIT_REV "3.05.00dev"

View File

@ -72,7 +72,7 @@ BEGIN
VALUE "FileDescription", "Tesseract command-line OCR engine"
VALUE "FileVersion", "3,5,0,0"
VALUE "InternalName", "tesseract"
VALUE "LegalCopyright", "Copyright (C) 2015 Google, Inc. Licensed under the Apache License, Version 2.0"
VALUE "LegalCopyright", "Copyright (C) 2016 Google, Inc. Licensed under the Apache License, Version 2.0"
VALUE "OriginalFilename", "tesseract.exe"
VALUE "ProductName", "Tesseract-OCR"
VALUE "ProductVersion", "3.05.00dev"