Skip to content
Snippets Groups Projects
Commit 1b2c0472 authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Fix GUI version string in NWB file

parent 278e086c
Branches
Tags
No related merge requests found
......@@ -175,7 +175,8 @@ File getDefaultUserSaveDirectory()
String getGUIVersion()
{
#define STR_DEF(s) #s
#define XSTR_DEF(s) #s
#define STR_DEF(s) XSTR_DEF(s)
return STR_DEF(JUCE_APP_VERSION);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment