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

    reset version to 3.0.0snapshot, as there are still a few issue to work out
---
 NEWS                   | 3 ++-
 configure.ac           | 2 +-
 dev/docs/releasing.org | 9 ++++++++-
 info/vm.texinfo        | 2 +-
 lisp/vm.el             | 2 +-
 5 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index 652d0e0a5c4..a7ee3afddd2 100644
--- a/NEWS
+++ b/NEWS
@@ -22,7 +22,8 @@ Status
   Bug reports (email):     [email protected]
                            (Please use `M-x vm-submit-bug-report' within VM)
 
-VM 8.3.0  2025-12-20
+VM 8.3.0 (pending)
+
   CHANGES
   * VM development convert from bzr to git and moved to GitLab.
   * Merged multiple pending changes.
diff --git a/configure.ac b/configure.ac
index 06a0179bb32..43b06c325cd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -237,7 +237,7 @@ TEST
 ])
 
 ##############################################################################
-AC_INIT([VM],[8.3.0],[[email protected]])
+AC_INIT([VM],[8.3.0snapshot],[[email protected]])
 # Name of the application
 # Version (release) number
 # Contact address
diff --git a/dev/docs/releasing.org b/dev/docs/releasing.org
index fcec7d979bf..e0369be3de5 100644
--- a/dev/docs/releasing.org
+++ b/dev/docs/releasing.org
@@ -10,7 +10,7 @@ note lint will not be clean, due to xemacs references
 * release is built initial in fork
 then merge to make official
 
-* version update
+* version update in these files:
 - Add note release to info/vm.texinfo @item Version ..
 - NEWS
 - version in configure.ac AC_INIT
@@ -44,3 +44,10 @@ then merge to make official
   '(vm :url"https://gitlab.com/emacs-vm/vm.git";
        :lisp-dir "lisp"
        :branch "3.0.0"))
+
+* push and test install once available in nongnu ELPA
+
+* update version to a snapshot of the next patch
+e.g. 3.0.0 -> 3.0.1snapshot
+
+
diff --git a/info/vm.texinfo b/info/vm.texinfo
index 79bd01f1e81..2b257927e1f 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.0, 20 December, 2025
+@item Version 8.3.0snapshot, coming soon
 @end itemize
 
 
diff --git a/lisp/vm.el b/lisp/vm.el
index 9f20996d66f..0bd0b6232e3 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.0
+;; Version: 8.3.0snapshot
 ;; Maintainer: [email protected]
 ;; URL: https://gitlab.com/emacs-vm/vm
 ;; Package-Requires: ((emacs "28.1") (vcard "0.2.2"))

Reply via email to