summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2023-04-22 10:21:58 +0200
committerMarcus Meissner <marcus@jet.franken.de>2023-04-22 10:22:05 +0200
commit3b417127bf92c660053dea7d106021dc805d0f73 (patch)
tree7a81c1c11f4ddea33d4ac4aec1a489872782e82d
parent80fe3d1a53093880b8912160e440f1a0e0fb7955 (diff)
downloadlibmtp-3b417127bf92c660053dea7d106021dc805d0f73.tar.gz
1.1.21 releasev1.1.21libmtp-1-1-21
-rw-r--r--RELEASE-CHECKLIST.md2
-rw-r--r--configure.ac2
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])