summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Kost <alezost@gmail.com>2017-05-05 13:11:33 +0300
committerAlex Kost <alezost@gmail.com>2017-05-05 21:10:55 +0300
commit35c1506bec0cb43629d30cae8be6cd7f793fff8b (patch)
treee9943cbc084c70c1c9f23f0dd8c3fbef6afeada5
parentUpdate NEWS (diff)
downloadguix-wigust-35c1506bec0cb43629d30cae8be6cd7f793fff8b.tar.gz
Update version to 0.3.1v0.3.1
-rw-r--r--configure.ac2
-rw-r--r--elisp/guix.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index e96029c..0fd39fb 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], [alezost@gmail.com], [emacs-guix],
+AC_INIT([Emacs-Guix], [0.3.1], [alezost@gmail.com], [emacs-guix],
[https://github.com/alezost/guix.el])
AC_COPYRIGHT(EMACS_GUIX_CONFIGURE_COPYRIGHT)
diff --git a/elisp/guix.el b/elisp/guix.el
index d8dbd29..44c31b7 100644
--- a/elisp/guix.el
+++ b/elisp/guix.el
@@ -3,7 +3,7 @@
;; Copyright © 2016–2017 Alex Kost <alezost@gmail.com>
;; Author: Alex Kost <alezost@gmail.com>
-;; Version: 0.3
+;; Version: 0.3.1
;; URL: https://github.com/alezost/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"))