forked from tonytomov/jqGrid
-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prepare for publishing free jqGrid v4.15.4
- Loading branch information
Showing
4 changed files
with
7 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
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 |
---|---|---|
|
@@ -2,13 +2,13 @@ | |
// @compilation_level SIMPLE_OPTIMIZATIONS | ||
|
||
/** | ||
* @license jqGrid 4.15.4-pre - free jqGrid: https://github.com/free-jqgrid/jqGrid | ||
* @license jqGrid 4.15.4 - free jqGrid: https://github.com/free-jqgrid/jqGrid | ||
* Copyright (c) 2008-2014, Tony Tomov, [email protected] | ||
* Copyright (c) 2014-2018, Oleg Kiriljuk, [email protected] | ||
* Dual licensed under the MIT and GPL licenses | ||
* http://www.opensource.org/licenses/mit-license.php | ||
* http://www.gnu.org/licenses/gpl-2.0.html | ||
* Date: 2018-03-31 | ||
* Date: 2018-04-02 | ||
*/ | ||
//jsHint options | ||
/*jshint eqnull:true */ | ||
|
@@ -381,7 +381,7 @@ | |
|
||
$.extend(true, jgrid, { | ||
/** @const */ | ||
version: "4.15.4-pre", | ||
version: "4.15.4", | ||
/** @const */ | ||
productName: "free jqGrid", | ||
defaults: {}, | ||
|
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