branch: externals/org
commit dc69efb2ccd594df568e8172e1f6d69d98e35604
Author: Ihor Radchenko <[email protected]>
Commit: Ihor Radchenko <[email protected]>
Bump development version to Org 10.0-pre
* lisp/org.el:
* etc/ORG-NEWS (Version 10.0 (not released yet)):
---
etc/ORG-NEWS | 27 +++++++++++++++++++++++++++
lisp/org.el | 2 +-
2 files changed, 28 insertions(+), 1 deletion(-)
diff --git a/etc/ORG-NEWS b/etc/ORG-NEWS
index 072b29f6c6..bce9ece714 100644
--- a/etc/ORG-NEWS
+++ b/etc/ORG-NEWS
@@ -38,6 +38,33 @@ Please send Org bug reports to mailto:[email protected].
** Miscellaneous
+* Version 10.0 (not released yet)
+
+** Important announcements and breaking changes
+
+# Here, we list the *most important* changes and changes that _likely_
+# require user action for most Org mode users.
+# Sorted from most important to least important.
+
+** New features
+
+# We list the most important features, and the features that may
+# require user action to be used.
+
+** New and changed options
+
+# Changes dealing with changing default values of customizations,
+# adding new customizations, or changing the interpretation of the
+# existing customizations.
+
+** New functions and changes in function arguments
+
+# This also includes changes in function behavior from Elisp perspective.
+
+** Removed or renamed functions and variables
+
+** Miscellaneous
+
* Version 9.8
** Important announcements and breaking changes
diff --git a/lisp/org.el b/lisp/org.el
index 5fe7667978..c899c0dd06 100644
--- a/lisp/org.el
+++ b/lisp/org.el
@@ -9,7 +9,7 @@
;; URL: https://orgmode.org
;; Package-Requires: ((emacs "28.2"))
-;; Version: 9.8
+;; Version: 10.0-pre
;; This file is part of GNU Emacs.
;;