From 46a3f070c0b2386740894401e441982e08ccbc54 Mon Sep 17 00:00:00 2001 From: Philip Allison Date: Wed, 3 Jun 2009 20:28:38 +0100 Subject: [PATCH] Bump version to 0.3 and update copyright years Signed-off-by: Philip Allison --- configure.ac | 4 ++-- src/cteddy.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 319cc6c..f6ae5ac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -dnl Copyright 2008 Philip Allison +dnl Copyright 2008-2009 Philip Allison dnl This file is part of cteddy. dnl @@ -23,7 +23,7 @@ AC_PREREQ([2.59]) dnl # Initialise autoconf and automake dnl # Also specify automake version requirements (again, the version used dnl # development will suffice for now). -AC_INIT([cteddy], [0.2], [sane@not.co.uk]) +AC_INIT([cteddy], [0.3], [sane@not.co.uk]) AC_CONFIG_SRCDIR([src/cteddy.cxx]) AM_INIT_AUTOMAKE([1.8.5]) diff --git a/src/cteddy.cxx b/src/cteddy.cxx index cac2cb5..2e992f8 100644 --- a/src/cteddy.cxx +++ b/src/cteddy.cxx @@ -1,4 +1,4 @@ -// Copyright 2008 Philip Allison +// Copyright 2008-2009 Philip Allison // This file is part of cteddy. // -- 2.11.4.GIT