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

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

[nongnu] elpa/mentor 4ce024e17b 5/6: Release version 0.4


From: ELPA Syncer
Subject: [nongnu] elpa/mentor 4ce024e17b 5/6: Release version 0.4
Date: Thu, 22 Sep 2022 07:59:12 -0400 (EDT)

branch: elpa/mentor
commit 4ce024e17bf8ae079b2cd67af475b3e636c82be1
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Release version 0.4
---
 mentor.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/mentor.el b/mentor.el
index c04d25a215..08ef5bcab1 100644
--- a/mentor.el
+++ b/mentor.el
@@ -5,15 +5,12 @@
 ;; Author: Stefan Kangas <stefankangas@gmail.com>
 ;; Maintainer: Stefan Kangas <stefankangas@gmail.com>
 
-;; Version: 0.3.5
+;; Version: 0.4
 ;; Keywords: comm, processes, bittorrent
 ;; Package-Requires: ((emacs "25.1") (xml-rpc "1.6.15") (seq "1.11") (async 
"1.9.3"))
 ;; URL: https://github.com/skangas/mentor
 ;; SPDX-License-Identifier: GPL-3.0-or-later
 
-(defconst mentor-version "0.3.5"
-  "The version of Mentor that you're using.")
-
 ;; This file is NOT part of GNU Emacs.
 
 ;; Mentor is free software: you can redistribute it and/or modify
@@ -48,6 +45,7 @@
 ;; Stefan Kangas <stefankangas@gmail.com> or report them on GitHub.
 
 ;;; Code:
+
 (eval-when-compile
   (require 'sort))
 
@@ -63,6 +61,9 @@
 (require 'mentor-rpc)
 (require 'url-scgi)
 
+(defconst mentor-version "0.4"
+  "The version of Mentor that you're using.")
+
 
 ;;;; Customizable variables
 



reply via email to

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