From bc35b314950adc191bff8c717ed050d5abfa53fa Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 23 Feb 2010 23:36:19 -0500 Subject: Version 0.1. --- .gitignore | 7 ++++--- configure.ac | 4 ++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 7dabbdf..607edf6 100644 --- a/.gitignore +++ b/.gitignore @@ -13,12 +13,13 @@ Makefile Makefile.in -# Test executables -/tests/*-test - # pkg-config files *.pc +# Files created by `make check' +/tests/*-test +/tests/*.log + # Files and folders created by libtool .libs/ *.l[oa] diff --git a/configure.ac b/configure.ac index a154ad7..89212b8 100644 --- a/configure.ac +++ b/configure.ac @@ -17,8 +17,8 @@ dnl License along with this program. If not, see dnl . AC_PREREQ(2.65) -AC_INIT(The Sandglass Library, 0.0, tavianator@gmail.com, libsandglass) -AM_INIT_AUTOMAKE(libsandglass, 0.0) +AC_INIT(The Sandglass Library, 0.1, tavianator@gmail.com, libsandglass) +AM_INIT_AUTOMAKE([parallel-tests]) dnl Programs AC_PROG_CC -- cgit v1.2.3