diff options
author | mbkma <[email protected]> | 2022-11-11 20:14:05 +0100 |
---|---|---|
committer | mbkma <[email protected]> | 2022-11-11 20:14:05 +0100 |
commit | 90382856772188673317847cf0c0445012d9f403 (patch) | |
tree | 434ff98c14d6f3ab030174a43115a64853d0def9 /configure.ac | |
parent | c971d9c369b83e8afe7b62d2ccf54524860e0e60 (diff) | |
download | engrampa-90382856772188673317847cf0c0445012d9f403.tar.bz2 engrampa-90382856772188673317847cf0c0445012d9f403.tar.xz |
release 1.27.0v1.27.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8b50427..ffdcfdf 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([engrampa], [1.26.0], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org]) +AC_INIT([engrampa], [1.27.0], [https://github.com/mate-desktop/engrampa/issues], [engrampa], [https://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 foreign dist-xz no-dist-gzip check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |