From c54574a7b7034187007a125652d24a33bd16ca1a Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 5 Apr 2012 17:29:33 +0200 Subject: [PATCH] change version number to 0.1 --- source/Ox/js/Constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox/js/Constants.js b/source/Ox/js/Constants.js index 6b790e3e..7c2094ab 100644 --- a/source/Ox/js/Constants.js +++ b/source/Ox/js/Constants.js @@ -118,7 +118,7 @@ Ox.TYPES = [ 'NaN', 'Null', 'Number', 'Object', 'RegExp', 'String', 'Undefined' ]; //@ Ox.VERSION OxJS version number -Ox.VERSION = '0.1.2'; +Ox.VERSION = '0.1'; //@ Ox.WEEKDAYS <[str]> Names of weekdays Ox.WEEKDAYS = [ 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday', 'Sunday'