-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set version number and package date for 2.7.0
- Loading branch information
1 parent
055b4c5
commit 837deb4
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ | |
|
||
|
||
AC_PREREQ([2.61]) | ||
AC_INIT([procServ Process Server], [2.7.0-rc1], [[email protected]], [procServ], | ||
AC_INIT([procServ Process Server], [2.7.0], [[email protected]], [procServ], | ||
[https://github.com/ralphlange/procServ]) | ||
AC_SUBST([PACKAGE_DATE],[01/11/2017]) | ||
AC_SUBST([PACKAGE_DATE],[01/18/2017]) | ||
|
||
AC_CONFIG_AUX_DIR([build-aux]) | ||
AC_CANONICAL_HOST | ||
|