From 54bd174b514c5de11e82c4263ac2723addb0fe87 Mon Sep 17 00:00:00 2001 From: Alex Kost Date: Wed, 30 Aug 2017 22:50:14 +0300 Subject: [PATCH] Update version to 0.3.3 --- configure.ac | 2 +- elisp/guix.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 43e7202..61e3fc6 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.3.2], [alezost@gmail.com], [emacs-guix], +AC_INIT([Emacs-Guix], [0.3.3], [alezost@gmail.com], [emacs-guix], [https://alezost.github.io/guix.el/]) AC_COPYRIGHT(EMACS_GUIX_CONFIGURE_COPYRIGHT) diff --git a/elisp/guix.el b/elisp/guix.el index b3c993c..e1f09c7 100644 --- a/elisp/guix.el +++ b/elisp/guix.el @@ -3,7 +3,7 @@ ;; Copyright © 2016–2017 Alex Kost ;; Author: Alex Kost -;; Version: 0.3.2 +;; Version: 0.3.3 ;; URL: https://alezost.github.io/guix.el/ ;; Keywords: tools ;; Package-Requires: ((emacs "24.3") (dash "2.11.0") (geiser "0.8") (bui "1.1.0") (magit-popup "2.1.0"))