Skip to content

Commit

Permalink
Merge pull request #92 from dfu-programmer/release-1.1.0
Browse files Browse the repository at this point in the history
Bump minor version for release with new "--erase-first" option
  • Loading branch information
cinderblock committed Jul 7, 2023
2 parents 19e4e78 + 3a747f2 commit 2e29bdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT([dfu-programmer],[1.0.0],[https://github.com/dfu-programmer/dfu-programmer/issues],[],[https://dfu-programmer.github.io/])
AC_INIT([dfu-programmer],[1.1.0],[https://github.com/dfu-programmer/dfu-programmer/issues],[],[https://dfu-programmer.github.io/])
AC_CONFIG_AUX_DIR(m4)
AC_CONFIG_SRCDIR([src/atmel.c])
AM_INIT_AUTOMAKE
Expand Down

0 comments on commit 2e29bdd

Please sign in to comment.