branch: elpa/vm
commit a2abd80d68a50995135c463337796d3da6a60f27
Author: Mark Diekhans <[email protected]>
Commit: Mark Diekhans <[email protected]>
set version to 8.3.1snapshot
---
configure.ac | 2 +-
dev/docs/releasing.org | 2 +-
lisp/vm.el | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.ac b/configure.ac
index f266a1b34f5..385af94a0f2 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.1snapshot],[[email protected]])
# Name of the application
# Version (release) number
# Contact address
diff --git a/dev/docs/releasing.org b/dev/docs/releasing.org
index eca07f646d2..8f9b54067a0 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 release to info/vm.texinfo @item Version ..
+- Add note abourt release to info/vm.texinfo @item Version ..
- NEWS
- version in configure.ac AC_INIT
- lisp/vm.el Version:
diff --git a/lisp/vm.el b/lisp/vm.el
index 7275024740b..e50901d79d9 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.1snapshot
;; Maintainer: [email protected]
;; URL: https://gitlab.com/emacs-vm/vm
;; Package-Requires: ((emacs "28.1") (vcard "0.2.2"))