From c56d1cdb8d1723eb4c0d7a7eb3ecd2697739146c Mon Sep 17 00:00:00 2001 From: deb0ch Date: Sat, 28 Oct 2017 16:02:40 +0200 Subject: [PATCH] bump version to 2.0.0 --- winum.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/winum.el b/winum.el index bfd3cd2..a6b51c8 100644 --- a/winum.el +++ b/winum.el @@ -17,7 +17,7 @@ ;; along with this program. If not, see . ;; ;; Author: Thomas de BeauchĂȘne -;; Version: 1.0 +;; Version: 2.0.0 ;; Keywords: convenience, frames, windows, multi-screen ;; URL: http://github.com/deb0ch/winum.el ;; Created: 2016 @@ -93,7 +93,7 @@ Example: always assign *Calculator* the number 9 and *NeoTree* the number 0: :group 'winum :type 'function) -(make-obsolete-variable 'winum-assign-func 'winum-assign-functions "28.05.2017") +(make-obsolete-variable 'winum-assign-func 'winum-assign-functions "2.0.0") (defcustom winum-assign-functions nil "List of functions called for each window by `winum-mode'.