Skip to content

Commit 8ad8f55

Browse files
committed
update to 9.7.1
1 parent 02c9d85 commit 8ad8f55

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

config/profile.ijs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ end.
2020
install
2121
)
2222
fhs=. (FHS"_)^:(0=4!:0<'FHS')(5=systype)*.0=#1!:0<install,'/system/util/boot.ijs'
23-
install=. (0&~:fhs){::install;install,'/share/j/',omitversion{::'9.6';'0'
23+
install=. (0&~:fhs){::install;install,'/share/j/',omitversion{::'9.7';'0'
2424
install=. (INSTALLROOT"_)^:(0=4!:0<'INSTALLROOT') install
2525
addons=. install,'/addons'
2626
system=. install,'/system'
@@ -30,7 +30,7 @@ home=. >(0-:home){home;,'/'
3030
home=. ifios{::home;home,'/Documents/j'
3131
1!:44^:(ifios+.ifwasm) install
3232
isroot=. (0=#1!:0'/data') *. ('root'-:2!:5'USER') +. (<home) e. '/var/root';'/root';'';,'/'
33-
userx=. omitversion{::'/j9.6-user';'/j-user'
33+
userx=. omitversion{::'/j9.7-user';'/j-user'
3434
user=. home,userx
3535
user=. >isroot{user;install,'/user'
3636
home=. >isroot{home;install

config/profilex_template.ijs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ NB. errors may prevent startup
66
NB. check SystemFolders_j_ before/after changes
77
NB. install is J folder
88
NB. home is HOME
9-
NB. userx is /9.6-user
9+
NB. userx is /9.7-user
1010
NB. see profile.ijs for more info
1111

1212
NB. example 1: user in J folder

config/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.6.14
1+
9.7.1

0 commit comments

Comments
 (0)