diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-03-08 00:37:53 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-03-08 00:37:53 +0100 |
commit | 552b3941993b2a7b9d55144a537890efca090921 (patch) | |
tree | a38bce4cb2a162446d6cab06c8c905082a9a6c89 | |
parent | gentoo: add 50emacs-ebuild-snippets-gentoo.el (diff) | |
download | emacs-ebuild-snippets-2.0.0.tar.gz emacs-ebuild-snippets-2.0.0.tar.bz2 emacs-ebuild-snippets-2.0.0.zip |
bump to 2.0.02.0.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
-rw-r--r-- | ebuild-snippets.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebuild-snippets.el b/ebuild-snippets.el index 92a9685..5633fb6 100644 --- a/ebuild-snippets.el +++ b/ebuild-snippets.el @@ -21,7 +21,7 @@ ;; Authors: Maciej Barć <xgqt@gentoo.org> ;; Created: 27 Feb 2023 -;; Version: 1.0.0 +;; Version: 2.0.0 ;; Keywords: languages ;; Homepage: https://gitweb.gentoo.org/proj/emacs-ebuild-snippets.git ;; Package-Requires: ((emacs "24")) @@ -49,7 +49,7 @@ (require 'yasnippet) -(defconst ebuild-snippets-version "1.0.0" +(defconst ebuild-snippets-version "2.0.0" "Ebuild-Snippets version.") |