Skip to content

Commit 7ef821e

Browse files
committed
Update to latest nx
1 parent dff80f4 commit 7ef821e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ INCLUDES := include
4040
EXEFS_SRC := exefs_src
4141
APP_TITLE := PyNX
4242
APP_AUTHOR := nx-python, Python Software Foundation
43-
APP_VERSION := 0.3.0-alpha
43+
APP_VERSION := 0.3.1-alpha
4444

4545
#---------------------------------------------------------------------------------
4646
# options for code generation

python_build/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ PYFILE := py.tgz
5252
_NXFILE := _nx.zip
5353
_NXVERS := 174dfd099fcdb6dab8e521a2816e15f638de0436
5454
NXFILE := nx.zip
55-
NXVERS := c1069b999d54bf72abce8d993479ea8dc53af45b
55+
NXVERS := 4d3e57854f6adc6848af222f9f7582e30c7cf6b1
5656

5757
.PHONY: all clean
5858

0 commit comments

Comments
 (0)