Starting to work towards 1.0.11.

This commit is contained in:
Guus Sliepen 2009-10-20 22:22:59 +02:00
parent 35af4051c3
commit 3a925479c2
2 changed files with 5 additions and 1 deletions

4
NEWS
View file

@ -1,3 +1,7 @@
Version 1.0.11 Not released yet.
* Fixed potential crash when the HUP signal is sent.
Version 1.0.10 Oct 18 2009
* Fixed potential crashes during shutdown and (in rare conditions) when other

View file

@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.61)
AC_INIT
AC_CONFIG_SRCDIR([src/tincd.c])
AM_INIT_AUTOMAKE(tinc, 1.0.10)
AM_INIT_AUTOMAKE(tinc, 1.0.11~git)
AC_CONFIG_HEADERS([config.h])
AM_MAINTAINER_MODE