OSDN Git Service

configure.ac: Bump version passed to AC_INIT, set my email address as the contact...
authorChris Larson <clarson@kergoth.com>
Sat, 26 Feb 2005 09:03:59 +0000 (02:03 -0700)
committerChris Larson <clarson@kergoth.com>
Sat, 26 Feb 2005 09:03:59 +0000 (02:03 -0700)
ChangeLog
configure.ac

index a53c7a4..3077580 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * AUTHORS: Add self to AUTHORS file.
        * configure.in: Deleted.
+       * configure.ac: Bump version passed to AC_INIT, set my email address
+         as the contact point for the time being.
 
 2005-02-16 Michael Opdenacker <michaelo@handhelds.org>
 
index 16bcb13..3794071 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.57)
-AC_INIT(libts, 0.0.1, dlowder@earthlink.net)
+AC_INIT(libts, 0.0.2, kergoth@handhelds.org)
 # AC_CONFIG_AUX_DIR(config)
 AM_INIT_AUTOMAKE(dist-bzip2)
 AC_CONFIG_SRCDIR([src/ts_close.c])