summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2018-05-19 15:09:26 +0300
committerAlex Kost <alezost@gmail.com>2018-05-19 15:09:26 +0300
commit875a412a6548ead175dfef46e05bbeb0ac9843c3 (patch)
treef1652200bc89a32b60d1b3a97b0b96f6fcd3e7d3
parentUpdate NEWS (diff)
downloadguix-wigust-875a412a6548ead175dfef46e05bbeb0ac9843c3.tar.gz
Update version to 0.4v0.4
-rw-r--r--configure.ac2
-rw-r--r--elisp/guix.el6
2 files changed, 5 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 87ef121..91ac00a 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 <http://www.gnu.org/licenses/>.
]])
-AC_INIT([Emacs-Guix], [0.3.4], [alezost@gmail.com], [emacs-guix],
+AC_INIT([Emacs-Guix], [0.4], [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 16f9945..e8003d0 100644
--- a/elisp/guix.el
+++ b/elisp/guix.el
@@ -1,9 +1,9 @@
;;; guix.el --- Interface for GNU Guix
-;; Copyright © 2016–2017 Alex Kost <alezost@gmail.com>
+;; Copyright © 2016–2018 Alex Kost <alezost@gmail.com>
;; Author: Alex Kost <alezost@gmail.com>
-;; Version: 0.3.4
+;; Version: 0.4
;; 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") (edit-indirect "0.1.4"))
@@ -34,6 +34,8 @@
;;
;; - to look at, compare and remove profile generations;
;;
+;; - to look at system services and generations (if you use GuixSD);
+;;
;; - to do many other things.
;;
;; Run "M-x guix-help" to look at the summary of available commands.