Skip to content

Commit 3e5ec4b

Browse files
committed
make distcheck on Travis
1 parent 24db10e commit 3e5ec4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ before_script:
2121

2222
script:
2323
- ./configure --disable-silent-rules
24-
- make
24+
- make distcheck

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT([gmdb2],[0.9.0-beta],[https://github.com/mdbtools/gmdb2/issues],[],[https://github.com/mdbtools/gmdb2])
2+
AC_INIT([gmdb2],[0.9.0-beta1],[https://github.com/mdbtools/gmdb2/issues],[],[https://github.com/mdbtools/gmdb2])
33
AC_CONFIG_MACRO_DIR([m4])
44
AC_CONFIG_AUX_DIR([build-aux])
55
AC_CONFIG_SRCDIR(src/gladefiles/gmdb.glade)

0 commit comments

Comments
 (0)