author | Sergey Poznyakoff <gray@gnu.org> | 2016-01-03 13:20:09 (GMT) |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org> | 2016-01-03 13:20:09 (GMT) |
commit | 85f2fd8d2772506911e95c3e4a0cb2538594b274 (patch) (side-by-side diff) | |
tree | d486caebbec25a05024fcd9bfbf99efa6832c2a2 /configure.ac | |
parent | 6db017a32e379bb2eb7878771dea969f77c3168c (diff) | |
download | pies-85f2fd8d2772506911e95c3e4a0cb2538594b274.tar.gz pies-85f2fd8d2772506911e95c3e4a0cb2538594b274.tar.bz2 |
Minor changes
* configure.ac: Version 1.2.92
* src/ctl.c (ctlio_finalize_reply): Don't close connection on errors.
* src/pies.h (PIES_PRINTFLIKE): New macro.
(logmsg, logmsg_printf): Mark as printflike.
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 1ee26ec..d1bb2a9 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ # This file is part of GNU Pies. -*- autoconf -*- -# Copyright (C) 2009-2015 Sergey Poznyakoff +# Copyright (C) 2009-2016 Sergey Poznyakoff # # GNU Pies is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -15,7 +15,7 @@ # along with GNU Pies. If not, see <http://www.gnu.org/licenses/>. AC_PREREQ([2.63]) -AC_INIT([GNU Pies], [1.2.91], [bug-pies@gnu.org.ua]) +AC_INIT([GNU Pies], [1.2.92], [bug-pies@gnu.org.ua]) AC_CONFIG_SRCDIR([src/pies.h]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS([config.h]) |