Skip to content

Commit aacb133

Browse files
committed
Bump version 1.19.1, last version supporting Emacs 24.3 and earlier
GitHub-Issue: #464 #464
1 parent d3da10f commit aacb133

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(package "php-mode" "1.18.9" "Major mode for editing PHP code")
1+
(package "php-mode" "1.19.1" "Major mode for editing PHP code")
22
(source melpa)
33

44
(package-file "php-mode.el")

php-mode.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88
;; Maintainer: USAMI Kenta <[email protected]>
99
;; URL: https://github.com/ejmr/php-mode
1010
;; Keywords: languages php
11-
;; Version: 1.19.0
11+
;; Version: 1.19.1
1212
;; Package-Requires: ((emacs "24") (cl-lib "0.5"))
1313
;; License: GPL-3.0-or-later
1414

15-
(defconst php-mode-version-number "1.19.0"
15+
(defconst php-mode-version-number "1.19.1"
1616
"PHP Mode version number.")
1717

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

2121
;; This file is free software; you can redistribute it and/or

php-project.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: USAMI Kenta <[email protected]>
66
;; Keywords: tools, files
77
;; URL: https://github.com/ejmr/php-mode
8-
;; Version: 1.19.0
8+
;; Version: 1.19.1
99
;; Package-Requires: ((emacs "24") (cl-lib "0.5"))
1010
;; License: GPL-3.0-or-later
1111

0 commit comments

Comments
 (0)