summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog3
-rw-r--r--mailscripts.el2
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 48ed8cb..0858373 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-mailscripts (0.25-1) UNRELEASED; urgency=medium
+mailscripts (25-1) UNRELEASED; urgency=medium
* notmuch-slurp-debbug:
- Exit immediately if Mail::Box::Manager::open fails.
@@ -10,6 +10,7 @@ mailscripts (0.25-1) UNRELEASED; urgency=medium
Now that Emacs 28.1 is out, the latest stable release of Emacs
contains a more fully-featured version of project.el, so change the
default as we said we would.
+ * Drop the '0.' prefix to mailscripts version numbers.
-- Sean Whitton <spwhitton@spwhitton.name> Sun, 20 Mar 2022 14:44:31 -0700
diff --git a/mailscripts.el b/mailscripts.el
index 80beda2..c0ab529 100644
--- a/mailscripts.el
+++ b/mailscripts.el
@@ -1,7 +1,7 @@
;;; mailscripts.el --- functions to access tools in the mailscripts package -*- lexical-binding: t; -*-
;; Author: Sean Whitton <spwhitton@spwhitton.name>
-;; Version: 0.24
+;; Version: 25
;; Package-Requires: (notmuch)
;; Copyright (C) 2018, 2019, 2020, 2022 Sean Whitton