1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-03-10 11:29:15 +01:00

Start DataTables 1.8.1 development

This commit is contained in:
Allan Jardine 2011-06-20 18:05:29 +01:00
parent 839f5418a9
commit 3f04293609

View File

@ -1,6 +1,6 @@
/* /*
* File: jquery.dataTables.js * File: jquery.dataTables.js
* Version: 1.8.0 * Version: 1.8.1.dev
* Description: Paginate, search and sort HTML tables * Description: Paginate, search and sort HTML tables
* Author: Allan Jardine (www.sprymedia.co.uk) * Author: Allan Jardine (www.sprymedia.co.uk)
* Created: 28/3/2008 * Created: 28/3/2008
@ -67,7 +67,7 @@
* Notes: Allowed format is a.b.c.d.e where: * Notes: Allowed format is a.b.c.d.e where:
* a:int, b:int, c:int, d:string(dev|beta), e:int. d and e are optional * a:int, b:int, c:int, d:string(dev|beta), e:int. d and e are optional
*/ */
_oExt.sVersion = "1.8.0"; _oExt.sVersion = "1.8.1.dev";
/* /*
* Variable: sErrMode * Variable: sErrMode