summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])