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

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

[nongnu] elpa/popup 6f00052 072/184: Introduce version number


From: ELPA Syncer
Subject: [nongnu] elpa/popup 6f00052 072/184: Introduce version number
Date: Wed, 6 Oct 2021 00:01:09 -0400 (EDT)

branch: elpa/popup
commit 6f00052476aade97ce84762c2981c62590976195
Author: Tomohiro Matsuyama <tomo@cx4a.org>
Commit: Tomohiro Matsuyama <tomo@cx4a.org>

    Introduce version number
---
 popup.el | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/popup.el b/popup.el
index 7bd3ad8..443e41b 100644
--- a/popup.el
+++ b/popup.el
@@ -1,10 +1,10 @@
 ;;; popup.el --- Visual Popup User Interface
 
-;; Copyright (C) 2009, 2010, 2011, 2012  Tomohiro Matsuyama
+;; Copyright (C) 2009, 2010, 2011, 2012, 2013  Tomohiro Matsuyama
 
 ;; Author: Tomohiro Matsuyama <tomo@cx4a.org>
 ;; Keywords: lisp
-;; Version: 0.5
+;; Version: 0.5.0
 
 ;; This program is free software; you can redistribute it and/or modify
 ;; it under the terms of the GNU General Public License as published by
@@ -30,6 +30,8 @@
 
 (require 'cl)
 
+(defconst popup-version "0.5.0")
+
 
 
 ;;; Utilities



reply via email to

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