OSSP CVS Repository

ossp - Check-in [5540]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 5540
Date: 2006-Jul-29 13:33:35 (local)
2006-Jul-29 11:33:35 (UTC)
User:rse
Branch:
Comment: bump before release
Tickets:
Inspections:
Files:
ossp-pkg/js/README      1.9 -> 1.10     1 inserted, 1 deleted
ossp-pkg/js/VERSION      1.3 -> 1.4     1 inserted, 1 deleted
ossp-pkg/js/devtool.conf      1.6 -> 1.7     3 inserted, 1 deleted
ossp-pkg/js/src/jsapi.c      1.8 -> 1.9     1 inserted, 1 deleted

ossp-pkg/js/README 1.9 -> 1.10

--- README       2006/07/24 20:12:14     1.9
+++ README       2006/07/29 11:33:35     1.10
@@ -6,7 +6,7 @@
                                   |__/      
 
   OSSP js - Mozilla JavaScript Engine
-  Version 1.6.20060724 (24-Jul-2006)
+  Version 1.6.20060729 (29-Jul-2006)
 
   ABSTRACT
 


ossp-pkg/js/VERSION 1.3 -> 1.4

--- VERSION      2006/07/24 20:12:14     1.3
+++ VERSION      2006/07/29 11:33:35     1.4
@@ -2,5 +2,5 @@
   VERSION -- Version Information for OSSP js (syntax: Text)
   [automatically generated and maintained by GNU shtool]
 
-  This is OSSP js, Version 1.6.20060724 (24-Jul-2006)
+  This is OSSP js, Version 1.6.20060729 (29-Jul-2006)
 


ossp-pkg/js/devtool.conf 1.6 -> 1.7

--- devtool.conf 2006/07/23 10:52:12     1.6
+++ devtool.conf 2006/07/29 11:33:35     1.7
@@ -25,7 +25,9 @@
     ./shtool version -l txt -n "OSSP js" -e VERSION
     V=`./shtool version -l txt -d long VERSION`
     sed -e "s/Version .*/Version $V/g" <README >README.n
-    mv README.n README
+    V=`./shtool version -l txt -d short VERSION`
+    sed -e "s/OSSP js 1.6........./OSSP js $V/g" <src/jsapi.c >src/jsapi.c.n
+    mv src/jsapi.c.n src/jsapi.c
 
 %dist
     echo "+++ removing old tarballs"


ossp-pkg/js/src/jsapi.c 1.8 -> 1.9

--- jsapi.c      2006/07/24 20:12:14     1.8
+++ jsapi.c      2006/07/29 11:33:35     1.9
@@ -1085,7 +1085,7 @@
 JS_GetImplementationVersion(void)
 {
 #ifdef OSSP
-    return "JavaScript-C 1.6 pre-release 1 2006-04-04 (OSSP js 1.6.20060724)";
+    return "JavaScript-C 1.6 pre-release 1 2006-04-04 (OSSP js 1.6.20060729)";
 #else
     return "JavaScript-C 1.6 pre-release 1 2006-04-04";
 #endif

CVSTrac 2.0.1