Skip to content

Commit

Permalink
add header
Browse files Browse the repository at this point in the history
  • Loading branch information
tomysshadow committed Jan 13, 2025
1 parent 7f8144a commit 3187545
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ExportFile Xtra 0.4.8
# ExportFile Xtra 0.4.9
## By Anthony Kleine

ExportFile Xtra exports the content of Director cast members out to files. It can export all built-in cast member types, as well as Xtra Media.
Expand Down
2 changes: 1 addition & 1 deletion source/Script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ STDMETHODIMP TStdXtra_IMoaRegister::Register(PIMoaCache cacheInterfacePointer, P

const char* VER_MAJORVERSION_STRING = "0";
const char* VER_MINORVERSION_STRING = "4";
const char* VER_BUGFIXVERSION_STRING = "8";
const char* VER_BUGFIXVERSION_STRING = "9";

const size_t VERSION_STRING_SIZE = min(256, kMoaMmMaxXtraMessageTable);
char versionString[VERSION_STRING_SIZE] = "";
Expand Down
10 changes: 5 additions & 5 deletions source/dversion.rc
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,4,8,0
PRODUCTVERSION 0,4,8,0
FILEVERSION 0,4,9,0
PRODUCTVERSION 0,4,9,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -32,12 +32,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "TOMYSSHADOW"
VALUE "FileDescription", "ExportFile Xtra"
VALUE "FileVersion", "0.4.8.0"
VALUE "FileVersion", "0.4.9.0"
VALUE "InternalName", "ExportFile"
VALUE "LegalCopyright", "Copyright � Anthony Kleine 2024"
VALUE "LegalCopyright", "Copyright � Anthony Kleine 2025"
VALUE "OriginalFilename", "ExportFile.x32"
VALUE "ProductName", "ExportFile"
VALUE "ProductVersion", "0.4.8.0"
VALUE "ProductVersion", "0.4.9.0"
END
END
BLOCK "VarFileInfo"
Expand Down
1 change: 1 addition & 0 deletions source/shared.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include <variant>
#include <filesystem>
#include <stdint.h>
#include <ctype.h>
#include <string.h>

#include "mmtypes.h"
Expand Down

0 comments on commit 3187545

Please sign in to comment.