1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-01-18 11:52:11 +01:00

Moving on to 1.9.4 development

This commit is contained in:
Allan Jardine 2012-08-22 16:41:52 +01:00
parent 34096537c2
commit 9f8d2a632b
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/**
* @summary DataTables
* @description Paginate, search and sort HTML tables
* @version 1.9.3
* @version 1.9.4.dev
* @file jquery.dataTables.js
* @author Allan Jardine (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
@ -6856,7 +6856,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.9.3";
DataTable.version = "1.9.4.dev";
/**
* Private data store, containing all of the settings objects that are created for the

View File

@ -1,7 +1,7 @@
/**
* @summary DataTables
* @description Paginate, search and sort HTML tables
* @version 1.9.3
* @version 1.9.4.dev
* @file jquery.dataTables.js
* @author Allan Jardine (www.sprymedia.co.uk)
* @contact www.sprymedia.co.uk/contact
@ -95,7 +95,7 @@
* @type string
* @default Version number
*/
DataTable.version = "1.9.3";
DataTable.version = "1.9.4.dev";
/**
* Private data store, containing all of the settings objects that are created for the