aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 434aaf9..3a8e71e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,12 +1,12 @@
-vmod_dict -- history of user-visible changes. 2017-07-31
+vmod_dict -- history of user-visible changes. 2017-08-06
Copyright (C) 2017 Sergey Poznyakoff
See the end of file for copying conditions.
Please send vmod_dict bug reports to <gray@gnu.org>
-Version 0.1
+Version 1.0, 2017-08-06
Initial release
=========================================================================
diff --git a/configure.ac b/configure.ac
index f26c1c2..30e9bc0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,9 +14,9 @@
# You should have received a copy of the GNU General Public License
# along with vmod_dict. If not, see <http://www.gnu.org/licenses/>.
AC_PREREQ(2.69)
-AC_INIT([vmod-dict], [0.1], [gray@gnu.org])
+AC_INIT([vmod-dict], [1.0], [gray@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR(src/vmod_dict.vcc)
AM_CONFIG_HEADER(config.h)

Return to:

Send suggestions and report system problems to the System administrator.