Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6181566e8f | ||
|
|
e0c22bb7e1 |
4 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue