branch: elpa/vm
commit 5889156f4d8ff26efa0623b8a355f077032cddcc
Author: Mark Diekhans <[email protected]>
Commit: Mark Diekhans <[email protected]>
update version to indicate 8.3.2snapahort
---
configure.ac | 2 +-
dev/docs/releasing.org | 2 +-
info/vm.texinfo | 1 +
lisp/vm.el | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index e3cc25ab07a..e415eb66710 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,7 +237,7 @@ TEST
])
##############################################################################
-AC_INIT([VM],[8.3.1],[[email protected]])
+AC_INIT([VM],[8.3.2snapshot],[[email protected]])
# Name of the application
# Version (release) number
# Contact address
diff --git a/dev/docs/releasing.org b/dev/docs/releasing.org
index e537ab33c7b..881cb2f3973 100644
--- a/dev/docs/releasing.org
+++ b/dev/docs/releasing.org
@@ -28,7 +28,7 @@ note lint will not be clean, due to xemacs references
then merge to make official
* version update in these files:
-- Add note abourt release to info/vm.texinfo @item Version ..
+- Add note abort release to info/vm.texinfo @item Version ..
- NEWS
- version in configure.ac AC_INIT
- lisp/vm.el Version:
diff --git a/info/vm.texinfo b/info/vm.texinfo
index b9927cbd5b0..bbdc56f1302 100644
--- a/info/vm.texinfo
+++ b/info/vm.texinfo
@@ -7217,6 +7217,7 @@ Please let us know if any contributors have been missed
out.
@item Version 8.2.0, planned for release in March, 2013.
@item Version 8.3.0, released 22 December 2025
@item Version 8.3.1, released 27 December 2025
+@item Version 8.3.2snapshot, under development
@end itemize
diff --git a/lisp/vm.el b/lisp/vm.el
index d471db867f5..2ba6154bf9b 100644
--- a/lisp/vm.el
+++ b/lisp/vm.el
@@ -6,7 +6,7 @@
;; Copyright (C) 2003-2006 Robert Widhopf-Fenk
;; Copyright (C) 2024-2025 The VM Developers
;;
-;; Version: 8.3.1
+;; Version: 8.3.2.snapshot
;; Maintainer: [email protected]
;; URL: https://gitlab.com/emacs-vm/vm
;; Package-Requires: ((emacs "28.1") (vcard "0.2.2"))