diff options
author | raveit65 <[email protected]> | 2024-02-21 17:53:26 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2024-02-21 17:53:26 +0100 |
commit | 304fe902cf1ba45c16f745cee9fc3f9f716ca473 (patch) | |
tree | 56ef1193ed45e019964e634ed949c881c2cef186 | |
parent | 226f5fdbfd52c5d63d4e75f1eaeb9016e3a6b692 (diff) | |
download | caja-extensions-304fe902cf1ba45c16f745cee9fc3f9f716ca473.tar.bz2 caja-extensions-304fe902cf1ba45c16f745cee9fc3f9f716ca473.tar.xz |
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +### caja-extensions 1.28.0 + + * Translations update + ### caja-extensions 1.27.1 * Translations update diff --git a/configure.ac b/configure.ac index 47030b6..6957c69 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([caja-extensions], 1.27.1, [https://github.com/mate-desktop/caja-extensions], [caja-extensions], [https://mate-desktop.org]) +AC_INIT([caja-extensions], 1.28.0, [https://github.com/mate-desktop/caja-extensions], [caja-extensions], [https://mate-desktop.org]) AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-xz tar-ustar check-news]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) |