From fb2b5035aa2b38fbfc333b4d732545580665b71b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gunter=20K=C3=B6nigsmann?= Date: Thu, 30 May 2019 10:25:52 +0200 Subject: [PATCH] Windows installer: Updated the wxMaxima version number. This version upgrade allows worksheets to start with a :lisp command. Seems like a surprisingly big percentage of the users stumbled over this. (cherry picked from commit bb971bc5dd1a8c62439c8c9047006ad76f3ef76f) --- crosscompile-windows/wxmaxima/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crosscompile-windows/wxmaxima/CMakeLists.txt b/crosscompile-windows/wxmaxima/CMakeLists.txt index 559226c6a..4c31845dc 100644 --- a/crosscompile-windows/wxmaxima/CMakeLists.txt +++ b/crosscompile-windows/wxmaxima/CMakeLists.txt @@ -9,9 +9,9 @@ # If no further patches are needed, you should get a # updated setup-file automatically. -set(WXMAXIMAVERSION "19.05.6") +set(WXMAXIMAVERSION "19.05.7") -set(WXMAXIMA_MD5 "4179a6de63bfcb7a5cc8652a665a59c8") +set(WXMAXIMA_MD5 "310733d18961453ac4801b6d6ed51c20") set(WXMAXIMA_URL "https://github.com/wxmaxima-developers/wxmaxima/archive/Version-${WXMAXIMAVERSION}.tar.gz") -- 2.11.4.GIT