~matttbe/ubuntu/raring/alacarte/lp1086369

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-03-29 11:36:06 UTC
  • mto: (2.2.2 sid)
  • mto: This revision was merged to the branch mainline in revision 49.
  • Revision ID: james.westby@ubuntu.com-20100329113606-b6ughv6fm3dgk3s0
Tags: upstream-0.13.1
ImportĀ upstreamĀ versionĀ 0.13.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
dnl -*- Mode: autoconf -*-
2
2
dnl Process this file with autoconf to produce a configure script.
3
3
AC_PREREQ(2.53)
4
 
AC_INIT(alacarte, 0.12.4, http://bugzilla.gnome.org/enter_bug.cgi?product=alacarte)
 
4
AC_INIT(alacarte, 0.13.1, http://bugzilla.gnome.org/enter_bug.cgi?product=alacarte)
5
5
AC_CONFIG_SRCDIR(alacarte.in)
6
6
AC_CONFIG_HEADERS([config.h])
7
7
AM_INIT_AUTOMAKE([1.7])