dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
233f412
)
Make release 0.16.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Fri, 16 Aug 2002 16:47:03 +0000
(16:47 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Fri, 16 Aug 2002 16:47:03 +0000
(16:47 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 88df9b34c0d17c7018e808a92c4fe65bdca27563..e1f5f734ba17e55bb02977911bc5e304ec2c2547 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-8,7
+8,7
@@
dnl Global variables
NAME=gedcom-parse
AC_SUBST(NAME)
-VERSION=0.1
5
+VERSION=0.1
6
VERSION_MAJOR=`echo $VERSION | sed 's/\..*$//'`
changequote(<<,>>)
VERSION_MINOR=`echo $VERSION | sed 's/^[^\.]*\.//'`
@@
-17,7
+17,7
@@
AC_SUBST(VERSION_MAJOR)
AC_SUBST(VERSION_MINOR)
AC_SUBST(VERSION)
-LIBVERSION=0:
5
+LIBVERSION=0:
6
AC_SUBST(LIBVERSION)
SHELL=/bin/sh