~canonical-scott/live-f1/pvr

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Scott James Remnant
  • Date: 2006-07-02 18:46:56 UTC
  • Revision ID: scott@netsplit.com-20060702184656-33f3b3a5fba2397c
* configure.ac: Bump version to 0.2.6.
* NEWS: Update.

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.59)
4
 
AC_INIT([live-f1], [0.2.5], [live-f1-bugs@netsplit.com])
 
4
AC_INIT([live-f1], [0.2.6], [live-f1-bugs@netsplit.com])
5
5
AC_COPYRIGHT([[Copyright © 2006 Scott James Remnant <scott@netsplit.com>.]])
6
6
AC_CONFIG_SRCDIR([src/main.c])
7
7
AC_CONFIG_MACRO_DIR([m4])