Skip to content

Commit 6ad1715

Browse files
committed
Bump up version 1.25.1
1 parent 88a2a74 commit 6ad1715

12 files changed

+13
-13
lines changed

Eask

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(package "php-mode"
2-
"1.25.0"
2+
"1.25.1"
33
"Major mode for editing PHP code")
44

55
(website-url "https://github.com/emacs-php/php-mode")

lisp/php-align.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
;; Maintainer: USAMI Kenta <[email protected]>
88
;; Keywords: php languages convenience align
99
;; Homepage: https://github.com/emacs-php/php-mode
10-
;; Version: 1.25.0
10+
;; Version: 1.25.1
1111
;; License: GPL-3.0-or-later
1212

1313
;; This program is free software; you can redistribute it and/or modify

lisp/php-complete.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; Author: USAMI Kenta <[email protected]>
77

88
;; Created: 18 Sep 2022
9-
;; Version: 1.25.0
9+
;; Version: 1.25.1
1010
;; Keywords: languages, php
1111

1212
;; This program is free software; you can redistribute it and/or modify

lisp/php-defs.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 5 Mar 2022
7-
;; Version: 1.25.0
7+
;; Version: 1.25.1
88
;; Keywords: languages, php
99

1010
;; This program is free software; you can redistribute it and/or modify

lisp/php-face.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 5 May 2019
7-
;; Version: 1.25.0
7+
;; Version: 1.25.1
88
;; Keywords: faces, php
99
;; Homepage: https://github.com/emacs-php/php-mode
1010
;; License: GPL-3.0-or-later

lisp/php-flymake.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
;; Author: USAMI Kenta <[email protected]>
66
;; Created: 5 Mar 2022
7-
;; Version: 1.25.0
7+
;; Version: 1.25.1
88
;; Keywords: tools, languages, php
99

1010
;; This program is free software; you can redistribute it and/or modify

lisp/php-ide-phpactor.el

+1-1
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/emacs-php/php-mode
8-
;; Version: 1.25.0
8+
;; Version: 1.25.1
99
;; License: GPL-3.0-or-later
1010

1111
;; This program is free software; you can redistribute it and/or modify

lisp/php-ide.el

+1-1
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/emacs-php/php-mode
8-
;; Version: 1.25.0
8+
;; Version: 1.25.1
99
;; License: GPL-3.0-or-later
1010

1111
;; This program is free software; you can redistribute it and/or modify

lisp/php-mode-debug.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: USAMI Kenta <[email protected]>
66
;; URL: https://github.com/emacs-php/php-mode
77
;; Keywords: maint
8-
;; Version: 1.25.0
8+
;; Version: 1.25.1
99
;; License: GPL-3.0-or-later
1010

1111
;; This program is free software; you can redistribute it and/or modify

lisp/php-mode.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
;; Maintainer: USAMI Kenta <[email protected]>
1010
;; URL: https://github.com/emacs-php/php-mode
1111
;; Keywords: languages php
12-
;; Version: 1.25.0
12+
;; Version: 1.25.1
1313
;; Package-Requires: ((emacs "26.1"))
1414
;; License: GPL-3.0-or-later
1515

1616
(eval-and-compile
1717
(make-obsolete-variable
18-
(defconst php-mode-version-number "1.25.0" "PHP Mode version number.")
18+
(defconst php-mode-version-number "1.25.1" "PHP Mode version number.")
1919
"Please call (php-mode-version :as-number t) for compatibility." "1.24.2"))
2020

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

lisp/php-project.el

+1-1
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/emacs-php/php-mode
8-
;; Version: 1.25.0
8+
;; Version: 1.25.1
99
;; License: GPL-3.0-or-later
1010

1111
;; This program is free software; you can redistribute it and/or modify

lisp/php.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
;; Author: USAMI Kenta <[email protected]>
77
;; Created: 5 Dec 2018
8-
;; Version: 1.25.0
8+
;; Version: 1.25.1
99
;; Keywords: languages, php
1010
;; Homepage: https://github.com/emacs-php/php-mode
1111
;; License: GPL-3.0-or-later

0 commit comments

Comments
 (0)