-
-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Corrected version information (fixes #100)
- Loading branch information
Showing
7 changed files
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 4,7 @@ | |
* OPcache GUI - build script | ||
* | ||
* @author Andrew Collington, [email protected] | ||
* @version 3.5.0 | ||
* @version 3.5.1 | ||
* @link https://github.com/amnuts/opcache-gui | ||
* @license MIT, https://acollington.mit-license.org/ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 8,7 @@ namespace Amnuts\Opcache; | |
* A simple but effective single-file GUI for the OPcache PHP extension. | ||
* | ||
* @author Andrew Collington, [email protected] | ||
* @version 3.5.0 | ||
* @version 3.5.1 | ||
* @link https://github.com/amnuts/opcache-gui | ||
* @license MIT, https://acollington.mit-license.org/ | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 8,7 @@ | |
* A simple but effective single-file GUI for the OPcache PHP extension. | ||
* | ||
* @author Andrew Collington, [email protected] | ||
* @version 3.5.0 | ||
* @version 3.5.1 | ||
* @link https://github.com/amnuts/opcache-gui | ||
* @license MIT, https://acollington.mit-license.org/ | ||
*/ | ||
|
@@ -65,7 65,7 @@ | |
|
||
class Service | ||
{ | ||
public const VERSION = '3.5.0'; | ||
public const VERSION = '3.5.1'; | ||
|
||
protected $tz; | ||
protected $data; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters