diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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 |