From 495baedc983070f0158442173bdef0a35c2a1e9d Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Sun, 23 Dec 2018 00:55:17 +0300 Subject: [PATCH] Update version to 0.5.1 --- configure.ac | 2 +- elisp/guix.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index e02eef9..1c3967e 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ You should have received a copy of the GNU General Public License along with Emacs-Guix. If not, see . ]]) -AC_INIT([Emacs-Guix], [0.5], [alezost@gmail.com], [emacs-guix], +AC_INIT([Emacs-Guix], [0.5.1], [alezost@gmail.com], [emacs-guix], [https://emacs-guix.gitlab.io/website/]) AC_COPYRIGHT(EMACS_GUIX_CONFIGURE_COPYRIGHT) diff --git a/elisp/guix.el b/elisp/guix.el index 9c2ca15..e622483 100644 --- a/elisp/guix.el +++ b/elisp/guix.el @@ -3,7 +3,7 @@ ;; Copyright © 2016–2018 Alex Kost ;; Author: Alex Kost -;; Version: 0.5 +;; Version: 0.5.1 ;; URL: https://emacs-guix.gitlab.io/website/ ;; Keywords: tools ;; Package-Requires: ((emacs "24.3") (dash "2.11.0") (geiser "0.8") (bui "1.2.0") (magit-popup "2.1.0") (edit-indirect "0.1.4"))