branch: elpa/vm
commit 80a927f0d052fe08596654b4a8f791c48f8c004e
Author: Mark Diekhans <[email protected]>
Commit: Mark Diekhans <[email protected]>
VM 8.3.1 release
---
NEWS | 5 +++--
configure.ac | 2 +-
dev/docs/releasing.org | 3 ++-
info/vm.texinfo | 1 +
lisp/vm.el | 2 +-
5 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/NEWS b/NEWS
index 537bda8bab2..cb06d111607 100644
--- a/NEWS
+++ b/NEWS
@@ -22,10 +22,11 @@ Status
Bug reports (email): [email protected]
(Please use `M-x vm-submit-bug-report' within VM)
-VM 8.3.1
+VM 8.3.1 released 2025-12-22
CHANGES
- * Work around ELPA install project causes by emacs 28 not generating provide
in autoloads.
+ * Work around ELPA install problem cause by emacs 28 not adding a provide
call when
+ generating autoloads.el.
VM 8.3.0 released 2025-12-22
diff --git a/configure.ac b/configure.ac
index 385af94a0f2..e3cc25ab07a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,7 +237,7 @@ TEST
])
##############################################################################
-AC_INIT([VM],[8.3.1snapshot],[[email protected]])
+AC_INIT([VM],[8.3.1],[[email protected]])
# Name of the application
# Version (release) number
# Contact address
diff --git a/dev/docs/releasing.org b/dev/docs/releasing.org
index 49e67c9de45..e537ab33c7b 100644
--- a/dev/docs/releasing.org
+++ b/dev/docs/releasing.org
@@ -36,8 +36,9 @@ then merge to make official
* test build
- make distclean
- autoconf
-- configure
+- ./configure
- make
+- make install
* pre-release testing from repo:
changes must be committed
diff --git a/info/vm.texinfo b/info/vm.texinfo
index 13d23dd9038..b9927cbd5b0 100644
--- a/info/vm.texinfo
+++ b/info/vm.texinfo
@@ -7216,6 +7216,7 @@ Please let us know if any contributors have been missed
out.
@item Version 8.1.2, released 5 March, 2012.
@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
@end itemize
diff --git a/lisp/vm.el b/lisp/vm.el
index d091218672b..d471db867f5 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.1snapshot
+;; Version: 8.3.1
;; Maintainer: [email protected]
;; URL: https://gitlab.com/emacs-vm/vm
;; Package-Requires: ((emacs "28.1") (vcard "0.2.2"))