summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-06-15 15:30:03 +0200
committerraveit65 <[email protected]>2020-06-15 15:30:03 +0200
commit1e2553fcb23638a7694993d7afcf265a1f631767 (patch)
treefad09563ecc70191f21fdb4843206da396d0c6c3
parentd7245e503f05a4f0ccb438837909e5463543f1b5 (diff)
downloadcaja-1e2553fcb23638a7694993d7afcf265a1f631767.tar.bz2
caja-1e2553fcb23638a7694993d7afcf265a1f631767.tar.xz
pre-bump version
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 09eefc8b..416d1dff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+### caja 1.25.0
+
### caja 1.24.0
* update translations
diff --git a/configure.ac b/configure.ac
index adde320b..029eb124 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Interface break is not allowed.
m4_define(caja_extension_current, 5)
m4_define(caja_extension_revision, 0)
-AC_INIT([caja], [1.24.0], [https://mate-desktop.org])
+AC_INIT([caja], [1.25.0], [https://mate-desktop.org])
dnl ---------------------------------------------------------------------------