aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-06-19 19:32:41 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2010-06-19 19:32:41 +0300
commit681919ac19e607566def43cf319e65213fc4cf6d (patch)
tree8d18071eca525ba13e9b5f316a72749b3bc47a8d /configure.ac
parent3b49db92dc4a67f72a4d641f3ac9492f4a44578c (diff)
downloadsmap-681919ac19e607566def43cf319e65213fc4cf6d.tar.gz
smap-681919ac19e607566def43cf319e65213fc4cf6d.tar.bz2
Version 1.0release-1.0
* configure.ac, NEWS: Version 1.0 * README: Update. * README-alpha: New file. * doc/smap.texi: Document the use of TCP wrappers. * src/srvman.c (server_run): Use smap_progname as daemon name for the global entries.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5848e32..4573e78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,9 +15,9 @@
# along with Smap. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.63)
-m4_define([SMAP_VERSION_MAJOR], 0)
+m4_define([SMAP_VERSION_MAJOR], 1)
m4_define([SMAP_VERSION_MINOR], 0)
-m4_define([SMAP_VERSION_PATCH], 94)
+dnl m4_define([SMAP_VERSION_PATCH], 0)
AC_INIT([smap],
SMAP_VERSION_MAJOR.SMAP_VERSION_MINOR[]m4_ifdef([SMAP_VERSION_PATCH],.SMAP_VERSION_PATCH),
[gray+smap@gnu.org.ua])

Return to:

Send suggestions and report system problems to the System administrator.