Skip to content

Commit 63bb669

Browse files
committed
9.6 -> 9.7
1 parent a9daae2 commit 63bb669

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

jade/util.ijs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ s ((n+3*i.#n)+/i.4)} (>:3*m)#t
193193
NB. =========================================================
194194
NB. vno;vst;architecture;OS;license;builder;date;compiler;<[otheroptions]
195195
NB. vno is 100 #. major;minor;revision;subrevision
196-
NB. vst is in form: '9.6.0-beta11' or '9.6.1'
196+
NB. vst is in form: '9.7.0-beta11' or '9.7.1'
197197
revinfo=: 3 : 0
198198
v=. 9!:14''
199199
if. '.' e. (v i. '/') {. v do.

pacman/docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ At the top level is:
1010
* library
1111
library_6.01.002_linux.tar.gz 835671
1212

13-
Each J version has a subdirectory (e.g. j9.6) with text files:
13+
Each J version has a subdirectory (e.g. j9.7) with text files:
1414

1515
* addons
1616
math/fftw 1.0.0
@@ -37,7 +37,7 @@ Note 'local'
3737
* revision.txt - revision number (single number)
3838

3939
* jtree.txt - j tree (e.g. stable/current/beta, local)
40-
j9.6 stable (need both to avoid problems with user changing
40+
j9.7 stable (need both to avoid problems with user changing
4141

4242
* zips.txt - zip files
4343
)

pacman/je_update.ijs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ je_dlpath=: 3 : 0
6868
)
6969

7070
NB. =========================================================
71-
NB. y is 'j9.6.0-beta1';'linux';'j64';'libjavx2.so'
71+
NB. y is 'j9.7.0-beta1';'linux';'j64';'libjavx2.so'
7272
je_get=: 3 : 0
7373
'jvno plat bits name'=. y
7474
arg=. (je_dlpath''),plat,'/',bits,'/',name

pacman/util.ijs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ end.
321321
)
322322

323323
NB. =========================================================
324-
NB. get J version number in old form j906
324+
NB. get J version number in old form j907
325325
NB. only used for jal, e.g. https://www.jsoftware.com/jal/...
326326
getJverold=: 3 : 0
327327
'j', ": 100 #. 2 {. 100 #.inv >{.revinfo_j_''

regex/make/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
These are the shell scripts used to build the J9.6 pcre2 shared libraries.
1+
These are the shell scripts used to build the J9.7 pcre2 shared libraries.
22

33
In each case, check the paths set in each script for R and S are correct.
44

0 commit comments

Comments
 (0)