Author: rony Date: Sun Sep 17 08:17:50 2006 New Revision: 447077 URL: http://svn.apache.org/viewvc?view=rev&rev=447077 Log: 20060917 16:17 Changed version string to reflect actual version and date.
Modified: jakarta/bsf/trunk/src/org/apache/bsf/BSFManager.java Modified: jakarta/bsf/trunk/src/org/apache/bsf/BSFManager.java URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/src/org/apache/bsf/BSFManager.java?view=diff&rev=447077&r1=447076&r2=447077 ============================================================================== --- jakarta/bsf/trunk/src/org/apache/bsf/BSFManager.java (original) +++ jakarta/bsf/trunk/src/org/apache/bsf/BSFManager.java Sun Sep 17 08:17:50 2006 @@ -1,12 +1,12 @@ /* * Copyright 2004,2004 The Apache Software Foundation. - * + * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at - * + * * http://www.apache.org/licenses/LICENSE-2.0 - * + * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -59,7 +59,7 @@ // version string in the form of: "abb.yyyymmdd", // where "a" is the major version number, "bb" the minor version number, // and "yyyymmdd" represents the date in sorted order (four digit year, two digit month, two digit day) - protected static String version="205.20060327"; + protected static String version="240.20060917"; // table of registered scripting engines protected static Hashtable registeredEngines = new Hashtable(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]