Skip to content

Commit cb9e7e4

Browse files
committed
Prepare for version 7.2
* finalize NEWS for that version * bump version info for autotools and CMake
1 parent 5e715e2 commit cb9e7e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# cmake --build build
2222

2323
cmake_minimum_required(VERSION 3.14)
24-
project(avrdude VERSION 7.1 LANGUAGES C)
24+
project(avrdude VERSION 7.2 LANGUAGES C)
2525

2626
set(CMAKE_C_STANDARD 11)
2727
set(CMAKE_C_STANDARD_REQUIRED True)

NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Approximate change log for AVRDUDE by version.
55
(For detailed changes, see the version control system logs.)
66

77
----------------------------------------------------------------------
8-
Changes since version 7.1:
8+
Changes in version 7.2:
99

1010
* Major changes compared to the previous version:
1111

src/configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Process this file with autoconf to produce a configure script.
2424

2525
AC_PREREQ(2.60)
26-
AC_INIT(avrdude, 7.1-20230108, [email protected])
26+
AC_INIT(avrdude, 7.2, [email protected])
2727

2828
AC_CANONICAL_BUILD
2929
AC_CANONICAL_HOST

0 commit comments

Comments
 (0)