[javascriptlint-commit] SF.net SVN: javascriptlint:[209] branches/cjsl/src/jsl.c
Status: Beta
Brought to you by:
matthiasmiller
From: <mat...@us...> - 2008-08-23 19:14:06
|
Revision: 209 http://javascriptlint.svn.sourceforge.net/javascriptlint/?rev=209&view=rev Author: matthiasmiller Date: 2008-08-23 19:14:03 +0000 (Sat, 23 Aug 2008) Log Message: ----------- Bump version to 0.3.1. Modified Paths: -------------- branches/cjsl/src/jsl.c Modified: branches/cjsl/src/jsl.c =================================================================== --- branches/cjsl/src/jsl.c 2008-08-23 19:01:54 UTC (rev 208) +++ branches/cjsl/src/jsl.c 2008-08-23 19:14:03 UTC (rev 209) @@ -81,7 +81,7 @@ #include <conio.h> #endif -#define JSL_VERSION "0.3.0" +#define JSL_VERSION "0.3.1" #define JSL_DEVELOPED_BY "Developed by Matthias Miller (http://www.JavaScriptLint.com)" /* exit code values */ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |