Skip to content

Commit 8d286f8

Browse files
committed
Bump version number.
1 parent ce62f60 commit 8d286f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

MemoryModule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Memory DLL loading code
3-
* Version 0.0.3
3+
* Version 0.0.4
44
*
55
* Copyright (c) 2004-2014 by Joachim Bauch / [email protected]
66
* http://www.joachim-bauch.de

MemoryModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Memory DLL loading code
3-
* Version 0.0.3
3+
* Version 0.0.4
44
*
55
* Copyright (c) 2004-2014 by Joachim Bauch / [email protected]
66
* http://www.joachim-bauch.de

example/SampleDLL/SampleDLL.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BEGIN
1313
VALUE "LegalCopyright", "Copyright (c) 2004-2014 Joachim Bauch"
1414
VALUE "OriginalFilename", "SampleDLL.dll"
1515
VALUE "ProductName", "MemoryModule"
16-
VALUE "ProductVersion", "0.0.3"
16+
VALUE "ProductVersion", "0.0.4"
1717
END
1818
END
1919

0 commit comments

Comments
 (0)