Skip to content

Commit

Permalink
Update the mex files Psychtoolbox version to 3.0.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Kleiner authored and kleinerm committed Nov 25, 2024
1 parent cf9787d commit 828c560
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PsychSourceGL/Source/Common/Base/PsychVersioning.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//these are all constants defined only for reporting versioning. They are returned by Module('Version')
#define PSYCHTOOLBOX_MAJOR_VERSION 3
#define PSYCHTOOLBOX_MINOR_VERSION 0
#define PSYCHTOOLBOX_POINT_VERSION 19
#define PSYCHTOOLBOX_POINT_VERSION 20
//If you fork my source please change this name. - awi
#define PSYCHTOOLBOX_PROJECT_NAME "OpenGL Psychtoolbox"
#if PSYCH_SYSTEM == PSYCH_OSX
Expand Down
2 changes: 1 addition & 1 deletion PsychSourceGL/Source/Linux/Base/PsychPlatform.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
#if !defined(__aarch64__) && !defined(__x86_64__)
#define PSYCH_NOLM
#else
#if !defined(PTB_USE_WAYLAND) && !defined(PTB_USE_WAYLAND_PRESENT) && defined(PAGE_SIZE) && (PAGE_SIZE == 4096)
#if !defined(PTB_USE_WAYLAND) && !defined(PTB_USE_WAYLAND_PRESENT) && defined(PAGE_SIZE) && ((PAGE_SIZE == 4096) || defined(PTBOCTAVE3MEX))
#define PSYCH_NOLM
#endif
#endif
Expand Down

0 comments on commit 828c560

Please sign in to comment.