-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix saturation bug; bump version to 20150323, library to 1.1.0
- Loading branch information
1 parent
1006c91
commit 406c431
Showing
3 changed files
with
30 additions
and
20 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 |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.65]) | ||
AC_INIT([eclib], [20150228], [[email protected]]) | ||
AC_INIT([eclib], [20150323], [[email protected]]) | ||
AM_INIT_AUTOMAKE([-Wall]) | ||
AC_MSG_NOTICE([Configuring eclib...]) | ||
AC_CONFIG_SRCDIR([libsrc]) | ||
|
@@ -24,7 +24,7 @@ LT_INIT | |
# 3. If interfaces were removed (breaks backward compatibility): increment | ||
# current, and set both revision and age to zero. | ||
LT_CURRENT=1 | ||
LT_REVISION=0 | ||
LT_REVISION=1 | ||
LT_AGE=0 | ||
AC_SUBST(LT_CURRENT) | ||
AC_SUBST(LT_REVISION) | ||
|
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
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