From a0bf5ae594c3d05abd5debebd7bd5cba06aa8ba4 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Wed, 30 Sep 2015 11:53:41 +0200 Subject: [PATCH] Release 0.4 --- README.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb3dacf..da2894e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ echoc displays the start/end date of loss of connectivity. It is distributed under the ISC license: - Copyright (c) 2012 Matthieu Herrb + Copyright (c) 2012-2015 Matthieu Herrb Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/configure.ac b/configure.ac index ecee3c3..bcd0906 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.65]) -AC_INIT([echoc], 0.3.99, [https://chiliproject.tetaneutral.net/projects/git-tetaneutral-net/repository/echoc], echoc) +AC_INIT([echoc], 0.4, [https://chiliproject.tetaneutral.net/projects/git-tetaneutral-net/repository/echoc], echoc) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AC_CONFIG_MACRO_DIR([m4]) AC_PROG_CC