Skip to content

Commit

Permalink
Increase version number in VS2010
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Nov 24, 2016
1 parent d869cd1 commit 3dddf37
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions vs2010/include/tesseract_versionnumbers.props
Expand Up @@ -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>400</LIBTESS_VERSION>
<LIBTESS_VERSION_R>4,0,0,0</LIBTESS_VERSION_R>
<LIBTESS_NUMBER>4.00</LIBTESS_NUMBER>
</PropertyGroup>
<PropertyGroup>
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion>
Expand Down
4 changes: 2 additions & 2 deletions vs2010/libtesseract/libtesseract.rc
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,5,0,0
PRODUCTVERSION 3,5,0,0
FILEVERSION 4,0,0,0
PRODUCTVERSION 4,0,0,0
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand Down
2 changes: 1 addition & 1 deletion vs2010/port/vcsversion.h
Expand Up @@ -7,5 +7,5 @@
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.
#define GIT_REV "3.04.00"
#define GIT_REV "4.00.00dev"

10 changes: 5 additions & 5 deletions vs2010/tesseract/tesseract.rc
Expand Up @@ -53,8 +53,8 @@ END
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 3,5,0,0
PRODUCTVERSION 3,5,0,0
FILEVERSION 4,0,0,0
PRODUCTVERSION 4,0,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,5,0,0"
VALUE "FileVersion", "4,0,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"
VALUE "ProductVersion", "4.00.00dev"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit 3dddf37

Please sign in to comment.