提交 2d319cb8 编写于 作者: S Stefan Weil 提交者: zdenop

configure: Update date, version and add project URL (#1379)

Signed-off-by: NStefan Weil <sw@weilnetz.de>
上级 df581089
......@@ -6,7 +6,10 @@
# Initialization
# ----------------------------------------
AC_PREREQ([2.59])
AC_INIT([tesseract], [4.00.00dev], [https://github.com/tesseract-ocr/tesseract/issues])
AC_INIT([tesseract],
[4.0.0-beta.1],
[https://github.com/tesseract-ocr/tesseract/issues],,
[https://github.com/tesseract-ocr/tesseract/])
AC_PROG_CXX([g++ clang++])
AC_LANG([C++])
AC_LANG_COMPILER_REQUIRE
......@@ -18,8 +21,8 @@ AC_PREFIX_DEFAULT([/usr/local])
# Define date of package, etc. Could be useful in auto-generated
# documentation.
PACKAGE_YEAR=2016
PACKAGE_DATE="11/11"
PACKAGE_YEAR=2018
PACKAGE_DATE="03/12"
abs_top_srcdir=`AS_DIRNAME([$0])`
gitrev="`git --git-dir=${abs_top_srcdir}/.git --work-tree=${abs_top_srcdir} describe --always --tags`"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册