Skip to content

Commit

Permalink
Add v1.04 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LB-- committed Nov 14, 2013
1 parent 361e030 commit 97471c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Ext.rc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
#ifndef _MAC

1 VERSIONINFO
FILEVERSION 1,3,0,0
PRODUCTVERSION 1,3,0,0
FILEVERSION 1,3,1,0
PRODUCTVERSION 1,3,1,0
FILEFLAGSMASK 0x0L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -36,8 +36,8 @@ BEGIN
BLOCK "080004e4"
BEGIN
VALUE "FileDescription", "Value-Add Object For Clickteam's MMF2"
VALUE "FileVersion", "v1.3"
VALUE "LegalCopyright", "Copyright � 2008 Dynamic Arcade"
VALUE "FileVersion", "v1.04"
VALUE "LegalCopyright", "Copyright � 2008-2009 Dynamic Arcade"
VALUE "OriginalFilename", "ValueAdd.mfx"
END
END
Expand Down
6 changes: 3 additions & 3 deletions Information.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
// Basic object details
#define ObjectName "Value-Add Object"
#define ObjectAuthor "Gareth Ben Martin of Dynamic Arcade"
#define ObjectCopyright "Copyright © 2008 Dynamic Arcade"
#define ObjectCopyright "Copyright © 2008-2009 Dynamic Arcade"
#define ObjectComment "Unlimited Alterable Values for all objects"
#define ObjectURL "http://www.dynamicarcade.co.uk"
#define ObjectHelp "Help\\ValueAdd\\ValueAdd.html"
Expand All @@ -21,8 +21,8 @@
// Change N,O,N,E to 4 unique characters (MMF currently still uses this to keep track)
#define IDENTIFIER MAKEID(D,A,V,A)

// Version 1.3
#define VERSION 130
// Version 1.04
#define VERSION 131

// --------------------
// Version information
Expand Down

0 comments on commit 97471c9

Please sign in to comment.