From 5b44b91eb408d76af646b031da2364a769b44771 Mon Sep 17 00:00:00 2001 From: Ivo Timmermans Date: Wed, 12 Apr 2000 16:22:39 +0000 Subject: [PATCH] Moved to version number 1.0. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 17debd1b..af39bf60 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(src/tincd.c) -AM_INIT_AUTOMAKE(tinc, 0.3.4) +AM_INIT_AUTOMAKE(tinc, 1.0) AM_CONFIG_HEADER(config.h) # Enable GNU extensions. -- 2.20.1