File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 6
6
# Initialization
7
7
# ----------------------------------------
8
8
AC_PREREQ([2.59])
9
- AC_INIT([tesseract], [4.00.00dev], [https://github.com/tesseract-ocr/tesseract/issues])
9
+ AC_INIT([tesseract],
10
+ [4.0.0-beta.1],
11
+ [https://github.com/tesseract-ocr/tesseract/issues],,
12
+ [https://github.com/tesseract-ocr/tesseract/])
10
13
AC_PROG_CXX([g++ clang++])
11
14
AC_LANG([C++])
12
15
AC_LANG_COMPILER_REQUIRE
@@ -18,8 +21,8 @@ AC_PREFIX_DEFAULT([/usr/local])
18
21
19
22
# Define date of package, etc. Could be useful in auto-generated
20
23
# documentation.
21
- PACKAGE_YEAR=2016
22
- PACKAGE_DATE=" 11/11 "
24
+ PACKAGE_YEAR=2018
25
+ PACKAGE_DATE=" 03/12 "
23
26
24
27
abs_top_srcdir=` AS_DIRNAME([$0 ])`
25
28
gitrev=" ` git --git-dir=${abs_top_srcdir} /.git --work-tree=${abs_top_srcdir} describe --always --tags` "
You can’t perform that action at this time.
0 commit comments