From a373317d96dc7191d8855d9a70106bf26d2c036b Mon Sep 17 00:00:00 2001 From: atsb Date: Sun, 17 Nov 2019 12:08:19 +0100 Subject: prepared files for 1.1.3 --- NEWS | 8 ++++++++ build-aux/guix.scm | 2 +- configure.ac | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 359f819..fc11c0c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ GNU Mcron NEWS -*- outline -*- +* Noteworthy changes in release 1.1.3 (2019-11-17) [stable] + +** Improvements + Package contains configure script by default + Authors file change (addition) + Doc fix for 'every second sunday' + guix.scm update + * Noteworthy changes in release 1.1.2 (2018-11-26) [stable] ** Improvements diff --git a/build-aux/guix.scm b/build-aux/guix.scm index c0bb6a8..53e9a63 100644 --- a/build-aux/guix.scm +++ b/build-aux/guix.scm @@ -41,7 +41,7 @@ (package (inherit (specification->package "mcron")) - (version "1.1.2") + (version "1.1.3") (source (local-file (dirname %srcdir) #:recursive? #t #:select? keep-mcron-file?)) (inputs diff --git a/configure.ac b/configure.ac index 07b75e6..438358e 100755 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # along with GNU Mcron. If not, see . AC_PREREQ(2.61) -AC_INIT([GNU Mcron], [1.1.2], [bug-mcron@gnu.org]) +AC_INIT([GNU Mcron], [1.1.3], [bug-mcron@gnu.org]) AC_CONFIG_SRCDIR([src/mcron.c]) AC_CONFIG_AUX_DIR([build-aux]) AC_REQUIRE_AUX_FILE([test-driver.scm]) -- cgit v1.2.3