~reprepro-alioth/reprepro/main

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: brlink
  • Date: 2011-02-09 15:40:35 UTC
  • Revision ID: brlink-20110209154035-nq2l3zbtnt3ce34p
prepareĀ 4.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
dnl Process this file with autoconf to produce a configure script
3
3
dnl
4
4
 
5
 
AC_INIT(reprepro, 4.3.0, brlink@debian.org)
 
5
AC_INIT(reprepro, 4.4.0, brlink@debian.org)
6
6
AC_CONFIG_SRCDIR(main.c)
7
7
AC_CONFIG_AUX_DIR(ac)
8
8
AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability])