Skip to content

Commit

Permalink
change version
Browse files Browse the repository at this point in the history
  • Loading branch information
zdenop committed Jul 11, 2015
1 parent bf3f125 commit 8950a2e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
7 changes: 3 additions & 4 deletions configure.ac
Expand Up @@ -6,7 +6,7 @@
# Initialization
# ----------------------------------------
AC_PREREQ(2.50)
AC_INIT([tesseract], [3.04], [http://code.google.com/p/tesseract-ocr/issues/list])
AC_INIT([tesseract], [3.04.00], [https://github.com/tesseract-ocr/tesseract/issues])
CXXFLAGS=${CXXFLAGS:-""}
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR(config)
Expand All @@ -15,9 +15,8 @@ AC_PREFIX_DEFAULT(/usr/local)

# Define date of package, etc. Could be useful in auto-generated
# documentation.
# TODO(luc) Generate good documentation using doxygen or equivalent
PACKAGE_YEAR=2014
PACKAGE_DATE="08/13"
PACKAGE_YEAR=2015
PACKAGE_DATE="07/11"

abs_top_srcdir=`AS_DIRNAME([$0])`
gitrev="`git --git-dir=${abs_top_srcdir}/.git --work-tree=${abs_top_srcdir} describe --always --tags`"
Expand Down
3 changes: 2 additions & 1 deletion vs2010/port/vcsversion.h
@@ -1 +1,2 @@
#define GIT_REV "3.04-rc1-69-gaec22a4"
#define GIT_REV "3.04.00"

0 comments on commit 8950a2e

Please sign in to comment.