Skip to content

Commit 188bd4c

Browse files
committed
touch version
1 parent 23945b8 commit 188bd4c

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

config/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.7.7
1+
9.7.8

pacman/stdlib.ijs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
NB. stdlib definitions
22
NB.-This definitions are called from the standard library
33

4-
JQTVERSION=: '2.5.12'
4+
JQTVERSION=: '2.6.1'
55

66
NB. =========================================================
77
NB. do_install v install from jal
@@ -129,10 +129,10 @@ smoutput m
129129
NB. ---------------------------------------------------------
130130
NB. install Qt library:
131131

132-
NB. linux aio has Qt installed in J folder from j9.7 beta7
133-
linuxaio=. (UNAME -: 'Linux') *. 907 <: VERNO
132+
NB. linux has Qt installed in J folder from j9.7 beta7
133+
linux=. (UNAME -: 'Linux') *. 907 <: VERNO
134134

135-
if. linuxaio < (<UNAME)e.'Linux';'OpenBSD';'FreeBSD' do.
135+
if. linux < (<UNAME)e.'Linux';'OpenBSD';'FreeBSD' do.
136136
qt_ldd_test d1
137137
smoutput 'If libjqt cannot be loaded, see this guide for installing the Qt library'
138138
smoutput 'https://code.jsoftware.com/wiki/Guides/Qt_IDE/Install'
@@ -145,7 +145,7 @@ y=. (*#y){::0;y
145145
smoutput 'Installing Qt library...'
146146
if. IFWA64 do.
147147
z=. 'qt610-win-arm64-slim.zip'
148-
elseif. linuxaio do.
148+
elseif. linux do.
149149
z=. 'qt610-linux',((y-:'slim')#'-slim'),'.tar.gz'
150150
elseif. IFWIN do.
151151
z=. 'qt610-win',((y-:'slim')#'-slim'),'.zip'
@@ -157,7 +157,7 @@ if. rc do.
157157
smoutput 'unable to download: ',z return.
158158
end.
159159
d=. jpath IFWIN{::'~install';'~bin'
160-
if. IFWIN +. linuxaio do.
160+
if. IFWIN +. linux do.
161161
unzip_jpacman_ p;d
162162
else.
163163
hostcmd_jpacman_ 'unzip -o ',(dquote p),' -d ',dquote d

0 commit comments

Comments
 (0)