Update version to 0.5

This commit is contained in:
Alex Kost 2018-09-10 18:13:46 +03:00
parent 160e5e1554
commit 6ac7b47fa1
2 changed files with 2 additions and 2 deletions

View File

@ -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.4.1.1], [alezost@gmail.com], [emacs-guix],
AC_INIT([Emacs-Guix], [0.5], [alezost@gmail.com], [emacs-guix],
[https://emacs-guix.gitlab.io/website/])
AC_COPYRIGHT(EMACS_GUIX_CONFIGURE_COPYRIGHT)

View File

@ -3,7 +3,7 @@
;; Copyright © 20162018 Alex Kost <alezost@gmail.com>
;; Author: Alex Kost <alezost@gmail.com>
;; Version: 0.4.1.1
;; Version: 0.5
;; 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"))