Skip to content

Commit 25c40b6

Browse files
committed
Fix SW_MAJOR_VERSION in devenv.sh
1 parent 573331d commit 25c40b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# compiled portion of the Python bindings).
1212
#
1313

14-
SW_MAJOR_VERSION=6.4
14+
SW_MAJOR_VERSION=6.6
1515

1616
(return 0 2>/dev/null) && sourced=1 || sourced=0
1717

0 commit comments

Comments
 (0)