Skip to content

Commit

Permalink
Bumped version in configure.ac. Added a "make distcheck" to .travis.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvansickle committed Dec 30, 2016
1 parent c290f0d commit 9fa6352
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ script:
- make check 'TESTSUITEFLAGS=--keywords=!benchmark,!characterize'
- find . -iname '*.log' -exec cat "{}" \;
- echo "====" && echo "build_info.cpp:" && cat build_info.cpp && echo "===="
- make distcheck 'TESTSUITEFLAGS=--keywords=!benchmark,!characterize'

after_success:
- cd ../../ && wget http://downloads.sourceforge.net/project/boost/boost/1.58.0/boost_1_58_0.tar.bz2
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dnl Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
LT_PREREQ([2.4.2])
AC_INIT([UniversalCodeGrep], [0.3.1], [https://github.com/gvansickle/ucg/issues], [], [https://gvansickle.github.io/ucg/])
AC_INIT([UniversalCodeGrep], [0.3.2], [https://github.com/gvansickle/ucg/issues], [], [https://gvansickle.github.io/ucg/])

AC_CONFIG_SRCDIR([src/Globber.cpp])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit 9fa6352

Please sign in to comment.