Skip to content

Commit

Permalink
Bump version 1.19.1, last version supporting Emacs 24.3 and earlier
Browse files Browse the repository at this point in the history
GitHub-Issue: #464
#464
  • Loading branch information
zonuexe committed May 12, 2018
1 parent d3da10f commit aacb133
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cask
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(package "php-mode" "1.18.9" "Major mode for editing PHP code")
(package "php-mode" "1.19.1" "Major mode for editing PHP code")
(source melpa)

(package-file "php-mode.el")
Expand Down
6 changes: 3 additions & 3 deletions php-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
;; Maintainer: USAMI Kenta <[email protected]>
;; URL: https://github.com/ejmr/php-mode
;; Keywords: languages php
;; Version: 1.19.0
;; Version: 1.19.1
;; Package-Requires: ((emacs "24") (cl-lib "0.5"))
;; License: GPL-3.0-or-later

(defconst php-mode-version-number "1.19.0"
(defconst php-mode-version-number "1.19.1"
"PHP Mode version number.")

(defconst php-mode-modified "2018-05-01"
(defconst php-mode-modified "2018-05-12"
"PHP Mode build date.")

;; This file is free software; you can redistribute it and/or
Expand Down
2 changes: 1 addition & 1 deletion php-project.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
;; Author: USAMI Kenta <[email protected]>
;; Keywords: tools, files
;; URL: https://github.com/ejmr/php-mode
;; Version: 1.19.0
;; Version: 1.19.1
;; Package-Requires: ((emacs "24") (cl-lib "0.5"))
;; License: GPL-3.0-or-later

Expand Down

0 comments on commit aacb133

Please sign in to comment.