view src/stable-octave-2-appid-version.patch @ 4464:ff4447e86c50

libpng: update to v1.6.32, add target link to config * src/libpng.mk: update version, checksum, in non natibe build create sym link to libpng-config, use MXE_DISABLE_DOCS, MXE_DISABLE_PROGS in make defs
author John D
date Tue, 29 Aug 2017 09:46:01 -0400
parents 2f1309f19b49
children
line wrap: on
line source

diff -r a3447dba35c3 libinterp/corefcn/sysdep.cc
--- a/libinterp/corefcn/sysdep.cc	Fri Mar 17 13:46:16 2017 -0400
+++ b/libinterp/corefcn/sysdep.cc	Fri Mar 17 14:57:02 2017 -0400
@@ -196,7 +196,7 @@
                                            "SetCurrentProcessExplicitAppUserModelID"));
 
       if (pfnSetCurrentProcessExplicitAppUserModelID)
-        pfnSetCurrentProcessExplicitAppUserModelID (L"gnu.octave");
+        pfnSetCurrentProcessExplicitAppUserModelID (L"gnu.octave." VERSION);
 
       FreeLibrary (hShell);
     }