~ubuntu-branches/debian/stretch/gource/stretch

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Andrew Caudwell
  • Date: 2014-05-09 16:04:35 UTC
  • mfrom: (1.2.16)
  • Revision ID: package-import@ubuntu.com-20140509160435-rzkq260orxhi0fi7
Tags: 0.42-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
AC_PREREQ(2.61)
5
5
 
6
 
AC_INIT(Gource, 0.41, [acaudwell@gmail.com])
 
6
AC_INIT(Gource, 0.42, [acaudwell@gmail.com])
7
7
AC_CONFIG_AUX_DIR([build-aux])
8
8
AC_CONFIG_SRCDIR([src/main.h])
9
9
AM_INIT_AUTOMAKE([dist-bzip2 foreign subdir-objects])