~vcs-imports/tesseract-ocr/trunk

« back to all changes in this revision

Viewing changes to vs2010/include/version.h

  • Committer: zdenop at gmail
  • Date: 2012-02-26 15:30:05 UTC
  • Revision ID: svn-v4:d0cd1f9f-072b-0410-8dd7-cf729c803f20:trunk:681
vs2008 and vs2010 replaced with Tom Powers solution

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
///////////////////////////////////////////////////////////////////////
2
 
// File:        version.h
3
 
// Description: define version identifier for Windows
4
 
// Author:      zdenop@gmail.com
5
 
// Created:     Fri Nov 19 21:05:06 CET 2010
6
 
//
7
 
// (C) Copyright 2010, Google Inc.
8
 
// Licensed under the Apache License, Version 2.0 (the "License");
9
 
// you may not use this file except in compliance with the License.
10
 
// You may obtain a copy of the License at
11
 
// http://www.apache.org/licenses/LICENSE-2.0
12
 
// Unless required by applicable law or agreed to in writing, software
13
 
// distributed under the License is distributed on an "AS IS" BASIS,
14
 
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
 
// See the License for the specific language governing permissions and
16
 
// limitations under the License.
17
 
//
18
 
///////////////////////////////////////////////////////////////////////
19
 
 
20
 
#ifndef           VS2008_PORT_VERSION_H_
21
 
#define           VS2008_PORT_VERSION_H_
22
 
 
23
 
#define VERSION "3.01"
24
 
 
25
 
#endif  // VS2008_PORT_VERSION_H_