2
0
Fork 0

Remove "~alpha" from version in configure.ac (ends in server.tag)

This commit is contained in:
Stefan Bühler 2009-09-26 00:04:14 +02:00
parent c6bd0d66b7
commit 8b5379ae04
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT([lighttpd], [2.0.0~alpha], [contact@lighttpd.net])
AC_INIT([lighttpd], [2.0.0], [contact@lighttpd.net])
AC_CONFIG_SRCDIR([src/main/lighttpd.c])
AC_CONFIG_HEADER([include/lighttpd/config.h])
AC_CONFIG_MACRO_DIR([m4])