From 3b417127bf92c660053dea7d106021dc805d0f73 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sat, 22 Apr 2023 10:21:58 +0200 Subject: 1.1.21 release --- RELEASE-CHECKLIST.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-CHECKLIST.md b/RELEASE-CHECKLIST.md index 3a6afa3..b979528 100644 --- a/RELEASE-CHECKLIST.md +++ b/RELEASE-CHECKLIST.md @@ -5,7 +5,7 @@ - make check - change configure.ac to the new version - commit -- tag this commit with libmtp-1-1-x +- tag this commit with libmtp-1-1-x and v1.1.x - git push --tags to sourceforge and - git push --tags github to github - make dist diff --git a/configure.ac b/configure.ac index 4b1e76e..ec86bb6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.52) -AC_INIT([libmtp], [1.1.20], [libmtp-discuss@lists.sourceforge.net]) +AC_INIT([libmtp], [1.1.21], [libmtp-discuss@lists.sourceforge.net]) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([src/libmtp.c]) -- cgit v1.2.1