Skip to content

Commit 2d319cb

Browse files
stweilzdenop
authored andcommitted
configure: Update date, version and add project URL (#1379)
Signed-off-by: Stefan Weil <[email protected]>
1 parent df58108 commit 2d319cb

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

configure.ac

+6-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
# Initialization
77
# ----------------------------------------
88
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/])
1013
AC_PROG_CXX([g++ clang++])
1114
AC_LANG([C++])
1215
AC_LANG_COMPILER_REQUIRE
@@ -18,8 +21,8 @@ AC_PREFIX_DEFAULT([/usr/local])
1821

1922
# Define date of package, etc. Could be useful in auto-generated
2023
# documentation.
21-
PACKAGE_YEAR=2016
22-
PACKAGE_DATE="11/11"
24+
PACKAGE_YEAR=2018
25+
PACKAGE_DATE="03/12"
2326

2427
abs_top_srcdir=`AS_DIRNAME([$0])`
2528
gitrev="`git --git-dir=${abs_top_srcdir}/.git --work-tree=${abs_top_srcdir} describe --always --tags`"

0 commit comments

Comments
 (0)