diff options
| author | Alex Kost <alezost@gmail.com> | 2017-02-27 17:55:57 +0300 |
|---|---|---|
| committer | Alex Kost <alezost@gmail.com> | 2017-02-27 17:56:35 +0300 |
| commit | 9cc6dba6ac9ede2855a1a95a22bc7353949f4362 (patch) | |
| tree | ec4ae2f77d952a3608aa67d844941e321cda85de | |
| parent | Update NEWS (diff) | |
| download | guix-wigust-9cc6dba6ac9ede2855a1a95a22bc7353949f4362.tar.gz | |
Update version to 0.3v0.3
| -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 4f8bb88..e96029c 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.2], [alezost@gmail.com], [emacs-guix], +AC_INIT([Emacs-Guix], [0.3], [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 b660564..d8dbd29 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.2 +;; Version: 0.3 ;; 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")) |
