branch: elpa/vm
commit 428acda8862e976568bfbf38c58502519fb812ba
Merge: b6a09a822f1 5889156f4d8
Author: Mark Diekhans <[email protected]>
Commit: Mark Diekhans <[email protected]>

    Merge branch 'main' into 'main'
    
    Version 3.2.1 release
    
    See merge request emacs-vm/vm!65
---
 NEWS                   |  5 +++--
 configure.ac           |  2 +-
 dev/docs/releasing.org | 11 ++++++-----
 info/vm.texinfo        |  2 ++
 lisp/vm.el             |  2 +-
 5 files changed, 13 insertions(+), 9 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..e415eb66710 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.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 a3c121db256..881cb2f3973 100644
--- a/dev/docs/releasing.org
+++ b/dev/docs/releasing.org
@@ -2,10 +2,10 @@ Releasing VM
 
 * NonGNU ELPA
 
-Package contents of GitLab vm/main will be at NonGNU-devel in
-https://elpa.nongnu.org/nongnu-devel/vm.html
+Current package contents of GitLab vm/main will be at NonGNU-devel in
+https://elpa.nongnu.org/nongnu-devel/vm.html.
 
-You can test installed by from here using:
+You can test installing from here by add to package-archives:
 
 (add-to-list 'package-archives 
              '("nongnu-devel" . "https://elpa.nongnu.org/nongnu-devel/";))
@@ -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:
@@ -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..bbdc56f1302 100644
--- a/info/vm.texinfo
+++ b/info/vm.texinfo
@@ -7216,6 +7216,8 @@ 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
+@item Version 8.3.2snapshot, under development
 @end itemize
 
 
diff --git a/lisp/vm.el b/lisp/vm.el
index d091218672b..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.1snapshot
+;; Version: 8.3.2.snapshot
 ;; Maintainer: [email protected]
 ;; URL: https://gitlab.com/emacs-vm/vm
 ;; Package-Requires: ((emacs "28.1") (vcard "0.2.2"))

Reply via email to