From 16c2efd6e35d3d3f5194dd25956a9e4cd31ac1f2 Mon Sep 17 00:00:00 2001 From: troth Date: Tue, 27 Jan 2004 04:27:18 +0000 Subject: [PATCH] * configure.ac: Update copyright year. (AC_INIT): Set version to 4.3.0. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@403 81a1dc3b-b13d-400b-aceb-764788c761c2 --- ChangeLog | 9 +++++++++ configure.ac | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e36e14a6..6810aafb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2004-01-26 Theodore A. Roth + + * AVRDUDE 4.3.0 has been released (cvs release tag is "release_4_3_0"). + +2004-01-26 Theodore A. Roth + + * configure.ac: Update copyright year. + (AC_INIT): Set version to 4.3.0. + 2004-01-25 Theodore A. Roth * ChangeLog: Minor formatting cleanups. diff --git a/configure.ac b/configure.ac index a4c19fcd..b9033939 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # # avrdude - A Downloader/Uploader for AVR device programmers -# Copyright (C) 2003 Theodore A. Roth +# Copyright (C) 2003, 2004 Theodore A. Roth # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -24,7 +24,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.57) -AC_INIT(avrdude, 4.2.0cvs, avrdude-dev@nongnu.org) +AC_INIT(avrdude, 4.3.0, avrdude-dev@nongnu.org) AC_CANONICAL_BUILD AC_CANONICAL_HOST