From 6181566e8f85c857d7da388b9d1452eda849720a Mon Sep 17 00:00:00 2001 From: "David A. Wheeler" Date: Sun, 10 Sep 2017 17:38:40 -0400 Subject: [PATCH] Update version numbers to future 1.0.11 Signed-off-by: David A. Wheeler --- configure.ac | 2 +- readable-simple.spec | 2 +- readable.asd | 2 +- readable.spec | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 7df21ba..b10c926 100644 --- a/configure.ac +++ b/configure.ac @@ -43,7 +43,7 @@ # Initialize, but use more options. Note parameter brackets and whitespace. # TO CHANGE THE VERSION NUMBER: Edit readable-simple.spec, readable.spec, # readable.asd, possibly ChangeLog, and the line below: -AC_INIT([readable], [1.0.10], [dwheeler@dwheeler.com], +AC_INIT([readable], [1.0.11], [dwheeler@dwheeler.com], [readable], [http://readable.sourceforge.net/]) AC_COPYRIGHT( [[Copyright (C) 2007-2014 by David A. Wheeler and Alan Manuel K. Gloria. diff --git a/readable-simple.spec b/readable-simple.spec index 5c8f942..8b3b7c2 100644 --- a/readable-simple.spec +++ b/readable-simple.spec @@ -1,6 +1,6 @@ # This starter RPM spec file uses the Fedora conventions. Name: readable -Version: 1.0.8 +Version: 1.0.11 Release: 1%{?dist} Summary: Improve Lisp readability (infix, sweet-expression indentation) Group: Development/Libraries diff --git a/readable.asd b/readable.asd index 647dec5..b299694 100644 --- a/readable.asd +++ b/readable.asd @@ -58,7 +58,7 @@ (defsystem readable :name "readable" - :version "1.0.8" ; ONLY digits and periods allowed. + :version "1.0.11" ; ONLY digits and periods allowed. :maintainer "David A. Wheeler" :author "David A. Wheeler" :license "MIT" diff --git a/readable.spec b/readable.spec index 2b74666..8ffa6e6 100644 --- a/readable.spec +++ b/readable.spec @@ -1,7 +1,7 @@ # This RPM spec file uses the Fedora conventions and makes subpackages. Name: readable # The rpm format forbids "-" in version numbers: -Version: 1.0.8 +Version: 1.0.11 Release: 1%{?dist} Summary: Improve Lisp readability (infix, sweet-expression indentation) Group: Development/Libraries