emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/flycheck dab6a92ccc 4/5: Bump the development version


From: ELPA Syncer
Subject: [nongnu] elpa/flycheck dab6a92ccc 4/5: Bump the development version
Date: Sat, 24 Feb 2024 03:59:42 -0500 (EST)

branch: elpa/flycheck
commit dab6a92ccc16d28af293ceaccc801018e6a1d654
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Bump the development version
---
 flycheck.el | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/flycheck.el b/flycheck.el
index dd544d4d59..2fd2cc823f 100644
--- a/flycheck.el
+++ b/flycheck.el
@@ -10,7 +10,7 @@
 ;;             Bozhidar Batsov <bozhidar@batsov.dev>
 ;; URL: https://www.flycheck.org
 ;; Keywords: convenience, languages, tools
-;; Version: 34.1
+;; Version: 35.0-snapshot
 ;; Package-Requires: ((emacs "26.1"))
 
 ;; This file is not part of GNU Emacs.
@@ -1233,8 +1233,12 @@ Only has effect when variable `global-flycheck-mode' is 
non-nil."
 
 
 
-(defconst flycheck-version "34.0"
-  "The current version of Flycheck.")
+(defconst flycheck-version "35.0-snapshot"
+  "The current version of Flycheck.
+
+Should be kept in sync with the package version metadata.
+Used only when `package-get-function' is not available
+or fails.")
 
 (defun flycheck--pkg-version ()
   "Extract FLYCHECK's package version from its package metadata."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]