diff options
| author | Alex Kost <alezost@gmail.com> | 2017-01-09 22:49:38 +0300 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2017-01-09 23:05:04 +0300 |
| commit | b832ff6c417b83652b7aa6d9ecfa75803fabe23c (patch) | |
| tree | 06501fc42b5eeb83f3f1e1dcfbaf20121d292f72 | |
| parent | Update NEWS (diff) | |
| download | guix-wigust-0.2.2.tar.gz | |
Update version to 0.2.2v0.2.2
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | elisp/guix.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ba0d3ff..4f8bb88 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.2.1], [alezost@gmail.com], [emacs-guix], +AC_INIT([Emacs-Guix], [0.2.2], [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 8a5575b..b660564 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.2.1 +;; Version: 0.2.2 ;; 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")) |
