~tuomotanskanen/upstart/fix-for-918570

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: James Hunt
  • Date: 2011-12-13 10:39:25 UTC
  • Revision ID: james.hunt@ubuntu.com-20111213103925-4wh53162jpjf11wa
* configure.ac: Bump version to 1.5
* 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.4], [upstart-devel@lists.ubuntu.com])
 
4
AC_INIT([upstart], [1.5], [upstart-devel@lists.ubuntu.com])
5
5
NIH_COPYRIGHT([[Copyright © 2011 Scott James Remnant, Canonical Ltd.]])
6
6
AC_CONFIG_SRCDIR([init/main.c])
7
7
AC_CONFIG_MACRO_DIR([m4])