X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=configure.in;h=e1f5f734ba17e55bb02977911bc5e304ec2c2547;hb=d44d64cb4b289821517ca217cf68d31ad994bdf5;hp=e3a97b00e378e0cea2a8db15a1a995e162a6e423;hpb=334ea328311f1217892d9821790a255a44289b41;p=gedcom-parse.git diff --git a/configure.in b/configure.in index e3a97b0..e1f5f73 100644 --- a/configure.in +++ b/configure.in @@ -1,14 +1,14 @@ # Process this file with autoconf to produce a configure script. # $Id$ # $Name$ -AC_INIT(standalone.c) +AC_INIT(gedcom.enc) dnl ============================================================= dnl Global variables NAME=gedcom-parse AC_SUBST(NAME) -VERSION=0.14 +VERSION=0.16 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:4 +LIBVERSION=0:6 AC_SUBST(LIBVERSION) SHELL=/bin/sh