mirror of
https://github.com/DataTables/DataTables.git
synced 2025-03-15 16:29:16 +01:00
Updated: Changing the formatting that DataTables uses for the version numbers to be compatible with semver (http://semver.org/). The impact is minimal (unless you are parsing the version for the final part in dev builds). The change is to use a dash ('-') at the end of the version string for a non-release build, rather than a dot.
This commit is contained in:
parent
e7e0fb83f0
commit
ec0556b4f6
8
media/js/jquery.dataTables.js
vendored
8
media/js/jquery.dataTables.js
vendored
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @summary DataTables
|
* @summary DataTables
|
||||||
* @description Paginate, search and sort HTML tables
|
* @description Paginate, search and sort HTML tables
|
||||||
* @version 1.10.0.dev
|
* @version 1.10.0-dev
|
||||||
* @file jquery.dataTables.js
|
* @file jquery.dataTables.js
|
||||||
* @author Allan Jardine (www.sprymedia.co.uk)
|
* @author Allan Jardine (www.sprymedia.co.uk)
|
||||||
* @contact www.sprymedia.co.uk/contact
|
* @contact www.sprymedia.co.uk/contact
|
||||||
@ -6892,13 +6892,13 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Version string for plug-ins to check compatibility. Allowed format is
|
* Version string for plug-ins to check compatibility. Allowed format is
|
||||||
* a.b.c.d.e where: a:int, b:int, c:int, d:string(dev|beta), e:int. d and
|
* `a.b.c-d` where: a:int, b:int, c:int, d:string(dev|beta|alpha). `d` is used
|
||||||
* e are optional
|
* only for non-release builds. See http://semver.org/ for more information.
|
||||||
* @member
|
* @member
|
||||||
* @type string
|
* @type string
|
||||||
* @default Version number
|
* @default Version number
|
||||||
*/
|
*/
|
||||||
DataTable.version = "1.10.0.dev";
|
DataTable.version = "1.10.0-dev";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Private data store, containing all of the settings objects that are created for the
|
* Private data store, containing all of the settings objects that are created for the
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @summary DataTables
|
* @summary DataTables
|
||||||
* @description Paginate, search and sort HTML tables
|
* @description Paginate, search and sort HTML tables
|
||||||
* @version 1.10.0.dev
|
* @version 1.10.0-dev
|
||||||
* @file jquery.dataTables.js
|
* @file jquery.dataTables.js
|
||||||
* @author Allan Jardine (www.sprymedia.co.uk)
|
* @author Allan Jardine (www.sprymedia.co.uk)
|
||||||
* @contact www.sprymedia.co.uk/contact
|
* @contact www.sprymedia.co.uk/contact
|
||||||
@ -112,13 +112,13 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Version string for plug-ins to check compatibility. Allowed format is
|
* Version string for plug-ins to check compatibility. Allowed format is
|
||||||
* a.b.c.d.e where: a:int, b:int, c:int, d:string(dev|beta), e:int. d and
|
* `a.b.c-d` where: a:int, b:int, c:int, d:string(dev|beta|alpha). `d` is used
|
||||||
* e are optional
|
* only for non-release builds. See http://semver.org/ for more information.
|
||||||
* @member
|
* @member
|
||||||
* @type string
|
* @type string
|
||||||
* @default Version number
|
* @default Version number
|
||||||
*/
|
*/
|
||||||
DataTable.version = "1.10.0.dev";
|
DataTable.version = "1.10.0-dev";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Private data store, containing all of the settings objects that are created for the
|
* Private data store, containing all of the settings objects that are created for the
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "DataTables",
|
"name": "DataTables",
|
||||||
"version": "1.10.0.dev",
|
"version": "1.10.0-dev",
|
||||||
"title": "DataTables",
|
"title": "DataTables",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Allan Jardine",
|
"name": "Allan Jardine",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user