diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-02-23 23:36:19 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-02-23 23:36:19 -0500 |
commit | bc35b314950adc191bff8c717ed050d5abfa53fa (patch) | |
tree | a8613df1b1b379cad44713585d5ccc8ff6567076 | |
parent | 53757c9dd5c0a03a0d50d1482025bb3beacde46a (diff) | |
download | libsandglass-bc35b314950adc191bff8c717ed050d5abfa53fa.tar.xz |
Version 0.1.v0.1
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 6 insertions, 5 deletions
@@ -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 <http://www.gnu.org/licenses/>. 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 |