~upstart-devel/upstart/trunk

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: James Hunt
  • Date: 2014-09-04 11:10:40 UTC
  • Revision ID: james.hunt@ubuntu.com-20140904111040-qudhg5ys0705bjvw
* NEWS: Begin new release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Process this file with autoconf to produce a configure script.
2
2
 
3
3
AC_PREREQ(2.61)
4
 
AC_INIT([upstart], [1.13.2], [upstart-devel@lists.ubuntu.com])
 
4
AC_INIT([upstart], [1.14], [upstart-devel@lists.ubuntu.com])
5
5
NIH_COPYRIGHT([[Copyright © 2006-2014 Canonical Ltd., 2011 Scott James Remnant]])
6
6
AC_CONFIG_SRCDIR([init/main.c])
7
7
AC_CONFIG_MACRO_DIR([m4])