* 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
This commit is contained in:
parent
21341c082f
commit
16c2efd6e3
|
@ -1,3 +1,12 @@
|
|||
2004-01-26 Theodore A. Roth <troth@openavr.org>
|
||||
|
||||
* AVRDUDE 4.3.0 has been released (cvs release tag is "release_4_3_0").
|
||||
|
||||
2004-01-26 Theodore A. Roth <troth@openavr.org>
|
||||
|
||||
* configure.ac: Update copyright year.
|
||||
(AC_INIT): Set version to 4.3.0.
|
||||
|
||||
2004-01-25 Theodore A. Roth <troth@openavr.org>
|
||||
|
||||
* ChangeLog: Minor formatting cleanups.
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# avrdude - A Downloader/Uploader for AVR device programmers
|
||||
# Copyright (C) 2003 Theodore A. Roth <troth@openavr.org>
|
||||
# Copyright (C) 2003, 2004 Theodore A. Roth <troth@openavr.org>
|
||||
#
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue