From 280b9d3af96c78fb58ad31d85af29d4b084f32d8 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Tue, 26 Jun 2018 18:37:31 +0300 Subject: [PATCH] Update version to 0.4.1 --- configure.ac | 4 ++-- elisp/guix.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 91ac00a..8ff69bf 100644 --- a/configure.ac +++ b/configure.ac @@ -17,8 +17,8 @@ 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], [alezost@gmail.com], [emacs-guix], - [https://alezost.github.io/guix.el/]) +AC_INIT([Emacs-Guix], [0.4.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 3a22fc2..69dd696 100644 --- a/elisp/guix.el +++ b/elisp/guix.el @@ -3,7 +3,7 @@ ;; Copyright © 2016–2018 Alex Kost ;; Author: Alex Kost -;; Version: 0.4 +;; Version: 0.4.1 ;; 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"))