summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2018-06-26 18:37:31 +0300
committerAlex Kost <alezost@gmail.com>2018-06-26 18:37:31 +0300
commit280b9d3af96c78fb58ad31d85af29d4b084f32d8 (patch)
treef32be74fa8c3c12abb06ee601e3cf6870cbe90a4
parentUpdate NEWS (diff)
downloadguix-wigust-280b9d3af96c78fb58ad31d85af29d4b084f32d8.tar.gz
Update version to 0.4.1v0.4.1
-rw-r--r--configure.ac4
-rw-r--r--elisp/guix.el2
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 <http://www.gnu.org/licenses/>.
]])
-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 <alezost@gmail.com>
;; Author: Alex Kost <alezost@gmail.com>
-;; 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"))