branch: elpa/vm
commit fc2b356cb58aca2c9f7bc8eef32e8f8e883bd660
Author: Mark Diekhans <[email protected]>
Commit: Mark Diekhans <[email protected]>

    VM 3.0,0 release
---
 NEWS                   | 6 +++---
 configure.ac           | 2 +-
 dev/docs/releasing.org | 3 ++-
 info/vm.texinfo        | 2 +-
 lisp/vm.el             | 2 +-
 5 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index a7ee3afddd2..8c8f2d27fab 100644
--- a/NEWS
+++ b/NEWS
@@ -17,12 +17,12 @@ Status
   Mailing list:            [email protected]
 
   Bug reports (direct):    https://gitlab.com/emacs-vm/vm/-/issues/
-                           (this the preferred mentod)
+                           (this the preferred method)
                            
   Bug reports (email):     [email protected]
                            (Please use `M-x vm-submit-bug-report' within VM)
 
-VM 8.3.0 (pending)
+VM 8.3.0 released 2025-12-22
 
   CHANGES
   * VM development convert from bzr to git and moved to GitLab.
@@ -30,7 +30,7 @@ VM 8.3.0 (pending)
   * Update to modern e-lisp.
   * Added vm-version-commit variable and function for the git commit id.
   * Remove outdated copy of vcard support in favor of standard package, which 
must
-    me install for vcard functionality to work
+    be install for vcard functionality to work
   * Enable vm-mail-check-recipient-format by default
   * Multiple bug fixes
 
diff --git a/configure.ac b/configure.ac
index 43b06c325cd..06a0179bb32 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,7 +237,7 @@ TEST
 ])
 
 ##############################################################################
-AC_INIT([VM],[8.3.0snapshot],[[email protected]])
+AC_INIT([VM],[8.3.0],[[email protected]])
 # Name of the application
 # Version (release) number
 # Contact address
diff --git a/dev/docs/releasing.org b/dev/docs/releasing.org
index f3423738944..eca07f646d2 100644
--- a/dev/docs/releasing.org
+++ b/dev/docs/releasing.org
@@ -24,7 +24,6 @@ or
   M-x package-lint-current-buffer
 note lint will not be clean, due to xemacs references
 
-
 * release is built initial in fork
 then merge to make official
 
@@ -41,6 +40,8 @@ then merge to make official
 - make
 
 * pre-release testing from repo:
+changes must be committed
+
 (package-vc-install 
   '(vm :url "file:////Users/markd/projs/emacs/vm/vm-markd"
        :lisp-dir "lisp"))
diff --git a/info/vm.texinfo b/info/vm.texinfo
index 2b257927e1f..13d23dd9038 100644
--- a/info/vm.texinfo
+++ b/info/vm.texinfo
@@ -7215,7 +7215,7 @@ Please let us know if any contributors have been missed 
out.
 @item Version 8.1.1, released 25 April, 2010.
 @item Version 8.1.2, released 5 March, 2012.
 @item Version 8.2.0, planned for release in March, 2013.
-@item Version 8.3.0snapshot, coming soon
+@item Version 8.3.0, released 22 December 2025
 @end itemize
 
 
diff --git a/lisp/vm.el b/lisp/vm.el
index 02ff70bc5e5..7275024740b 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.0snapshot
+;; Version: 8.3.0
 ;; Maintainer: [email protected]
 ;; URL: https://gitlab.com/emacs-vm/vm
 ;; Package-Requires: ((emacs "28.1") (vcard "0.2.2"))

Reply via email to