From 3e5ec4bf824d819e81be572bc66b7b5b8539fadc Mon Sep 17 00:00:00 2001 From: Evan Miller Date: Tue, 13 Oct 2020 15:07:13 -0400 Subject: [PATCH] make distcheck on Travis --- .travis.yml | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 06c9da1..ff84680 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ before_script: script: - ./configure --disable-silent-rules - - make + - make distcheck diff --git a/configure.ac b/configure.ac index bfd8d17..409d8b0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([gmdb2],[0.9.0-beta],[https://github.com/mdbtools/gmdb2/issues],[],[https://github.com/mdbtools/gmdb2]) +AC_INIT([gmdb2],[0.9.0-beta1],[https://github.com/mdbtools/gmdb2/issues],[],[https://github.com/mdbtools/gmdb2]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_SRCDIR(src/gladefiles/gmdb.glade)