git://project.juiblex.co.uk
/
razor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
145b1fd
)
Switch from 0.5.7 to 0.6 and update libtool versioning to note incompatibilty
master
0.6
author
J. Ali Harlow
<ali@juiblex.co.uk>
Thu, 13 Nov 2014 11:30:27 +0000 (11:30 +0000)
committer
J. Ali Harlow
<ali@juiblex.co.uk>
Thu, 13 Nov 2014 11:30:27 +0000 (11:30 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
e201f36
..
2f1761a
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-1,7
+1,7
@@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59c)
-AC_INIT([razor], [0.5.7], [ali@juiblex.co.uk])
+AC_INIT([razor], [0.6], [ali@juiblex.co.uk])
AM_INIT_AUTOMAKE([])
AM_CONFIG_HEADER([config.h])
AM_MAINTAINER_MODE
@@
-12,7
+12,7
@@
AM_MAINTAINER_MODE
#
LT_CURRENT=5
LT_REVISION=0
-LT_AGE=1
+LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
AC_SUBST(LT_AGE)