Skip to content

Commit

Permalink
Version/year bump. (svn #460)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrusdaboo authored and mbert committed Jul 27, 2012
1 parent e46db23 commit 443bcb5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file modified MacOS/Resources/Mulberry.PPob
Binary file not shown.
2 changes: 1 addition & 1 deletion MacOS/Resources/MulberryBits.r

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions MacOS/Resources/MulberryVers.r
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@
limitations under the License. limitations under the License.
*/ */


#include "Resources/RsrcTypes.r" #include "RsrcTypes.r"


resource 'vers' (1) { resource 'vers' (1) {
0x4, 0x4,
0x10, 0x10,
alpha, alpha,
0x1, 0x3,
0, 0,
"v4.1a1", "v4.1a3",
"Mulberry v4.1a1, © Cyrus Daboo, 2006-2009." "Mulberry v4.1a3, © Cyrus Daboo, 2006-2012."
}; };


resource 'vers' (2) { resource 'vers' (2) {
Expand All @@ -32,6 +32,6 @@ resource 'vers' (2) {
alpha, alpha,
0x1, 0x1,
0, 0,
"v4.1a1", "v4.1a3",
"Mulberry v4.1a1" "Mulberry v4.1a3"
}; };
2 changes: 1 addition & 1 deletion Plug-ins/Common/CPluginInfo.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ const char* cPluginManufacturer = "mulberrymail.com";
#elif __dest_os == __linux_os #elif __dest_os == __linux_os
#define OS_ENDL "\n" #define OS_ENDL "\n"
#endif #endif
#define COPYRIGHT OS_ENDL OS_ENDL "Copyright Cyrus Daboo, 2006-2007." #define COPYRIGHT OS_ENDL OS_ENDL "Copyright Cyrus Daboo, 2006-2012."

0 comments on commit 443bcb5

Please sign in to comment.