Skip to content

Commit

Permalink
Regen the BMPReadWriterPlugin so it has an official version stamp.
Browse files Browse the repository at this point in the history
  • Loading branch information
eliotmiranda committed Mar 19, 2024
1 parent ca5548d commit 4a3e4e0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/plugins/BMPReadWriterPlugin/BMPReadWriterPlugin.c
@@ -1,9 +1,9 @@
/* Automatically generated by
VMPluginCodeGenerator * VMMaker.oscog-eem.3351 uuid: ee0e1c44-4495-48cb-aa70-ca668d8bd20d
VMPluginCodeGenerator VMMaker.oscog-dtl.3352 uuid: 3f1e452d-7dfd-4f60-9bc2-2d930e0a28eb
from
BMPReadWriterPlugin * VMMaker.oscog-eem.3351 uuid: ee0e1c44-4495-48cb-aa70-ca668d8bd20d
BMPReadWriterPlugin VMMaker.oscog-dtl.3352 uuid: 3f1e452d-7dfd-4f60-9bc2-2d930e0a28eb
*/
static char __buildInfo[] = "BMPReadWriterPlugin * VMMaker.oscog-eem.3351 uuid: ee0e1c44-4495-48cb-aa70-ca668d8bd20d " __DATE__ ;
static char __buildInfo[] = "BMPReadWriterPlugin VMMaker.oscog-dtl.3352 uuid: 3f1e452d-7dfd-4f60-9bc2-2d930e0a28eb " __DATE__ ;


#include "config.h"
Expand Down Expand Up @@ -67,7 +67,7 @@ extern sqInt stackObjectValue(sqInt offset);
extern
#endif
struct VirtualMachine* interpreterProxy;
static const char *moduleName = "BMPReadWriterPlugin * VMMaker.oscog-eem.3351 " INT_EXT;
static const char *moduleName = "BMPReadWriterPlugin VMMaker.oscog-dtl.3352 " INT_EXT;



Expand Down

0 comments on commit 4a3e4e0

Please sign in to comment.