branch: elpa/popup commit 6f00052476aade97ce84762c2981c62590976195 Author: Tomohiro Matsuyama <t...@cx4a.org> Commit: Tomohiro Matsuyama <t...@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 <t...@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