-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jordan Bieder
committed
Jan 7, 2021
1 parent
dcdd99b
commit fcbfc0e
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# Basic information | ||
PACKAGE = Agate | ||
VERSION = 1.1.2 | ||
VERSION = 1.2.0 | ||
MAIL = [email protected] | ||
|
||
# Initial information about the package | ||
AC_INIT([Agate],[1.1.2],[[email protected]]) | ||
AC_INIT([Agate],[1.2.0],[[email protected]]) | ||
|
||
# Check source directory | ||
AC_CONFIG_SRCDIR([bin/agate.cpp]) | ||
|