From 6ac7b47fa1ce4dbb8b897de7c73ff6802b15e52e Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Mon, 10 Sep 2018 18:13:46 +0300 Subject: [PATCH] Update version to 0.5 --- configure.ac | 2 +- elisp/guix.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index cf87d02..e02eef9 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.4.1.1], [alezost@gmail.com], [emacs-guix], +AC_INIT([Emacs-Guix], [0.5], [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 feeaf6a..f6cccaf 100644 --- a/elisp/guix.el +++ b/elisp/guix.el @@ -3,7 +3,7 @@ ;; Copyright © 2016–2018 Alex Kost ;; Author: Alex Kost -;; Version: 0.4.1.1 +;; Version: 0.5 ;; URL: https://emacs-guix.gitlab.io/website/ ;; Keywords: tools ;; Package-Requires: ((emacs "24.3") (dash "2.11.0") (geiser "0.8") (bui "1.1.0") (magit-popup "2.1.0") (edit-indirect "0.1.4"))