aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-03-12 15:28:06 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-03-12 15:28:06 +0200
commit407bde189a8cd0009e9e3cad8d8ba80d45833979 (patch)
treef297572a0eab044b545bf2c951d012f1b18bb816
parent1ba8cf95a5f536d4aa6293f9848271a7285bc092 (diff)
downloadwydawca-407bde189a8cd0009e9e3cad8d8ba80d45833979.tar.gz
wydawca-407bde189a8cd0009e9e3cad8d8ba80d45833979.tar.bz2
Raise version number to 2.99.90
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
-rw-r--r--tests/Makefile.am4
3 files changed, 6 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 32ce1cc..2d8ddc0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,12 @@
-Wydawca NEWS -- history of user-visible changes. 2013-01-01
+Wydawca NEWS -- history of user-visible changes. 2013-03-12
Copyright (C) 2007-2013 Sergey Poznyakoff
See the end of file for copying conditions.
Please send Wydawca bug reports to <bug-wydawca@gnu.org.ua>.
+Version 2.99.90
+
Version 2.2 "HGY", 2013-01-01
* Implements upload protocol version 1.2
diff --git a/configure.ac b/configure.ac
index 95e5217..f25860e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@
# along with wydawca. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-AC_INIT([wydawca], 2.2, [bug-wydawca@gnu.org.ua], [wydawca],
+AC_INIT([wydawca], 2.99.90, [bug-wydawca@gnu.org.ua], [wydawca],
[http://www.gnu.org.ua/software/wydawca])
AC_CONFIG_SRCDIR([src/wydawca.c])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8869c9e..4ea5032 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -85,8 +85,8 @@ AM_CPPFLAGS = \
-I$(top_srcdir)/grecs/src\
-I$(top_srcdir)/include\
-I$(top_srcdir)/src
-LDADD=../grecs/src/libgrecs.a
+LDADD=@GRECS_LDADD@
pushck_LDADD=../src/pushd.o
-bkupname_LDADD=../src/backup.o ../grecs/src/libgrecs.a
+bkupname_LDADD=../src/backup.o @GRECS_LDADD@

Return to:

Send suggestions and report system problems to the System administrator.