Skip to content

Commit

Permalink
[DEV] Bump version to 1.14.
Browse files Browse the repository at this point in the history
Set compiler to gcc 4.0 to be able to compile on 10.6 Snow Leopard.
Update copyright year.
Link to github project page.
  • Loading branch information
rentzsch committed Oct 8, 2009
1 parent c00a70f commit 15ba09b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions mogenerator.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
mogenerator.h
Copyright (c) 2006-2008 Jonathan 'Wolf' Rentzsch: <http://rentzsch.com>
mogenerator.h - <http://github.com/rentzsch/mogenerator>
Copyright (c) 2006-2009 Jonathan 'Wolf' Rentzsch: <http://rentzsch.com>
Some rights reserved: <http://opensource.org/licenses/mit-license.php>
***************************************************************************/
Expand Down
6 changes: 3 additions & 3 deletions mogenerator.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
mogenerator.m
Copyright (c) 2006-2008 Jonathan 'Wolf' Rentzsch: <http://rentzsch.com>
mogenerator.m - <http://github.com/rentzsch/mogenerator>
Copyright (c) 2006-2009 Jonathan 'Wolf' Rentzsch: <http://rentzsch.com>
Some rights reserved: <http://opensource.org/licenses/mit-license.php>
***************************************************************************/
Expand Down Expand Up @@ -332,7 +332,7 @@ - (int) application: (DDCliApplication *) app

if (_version)
{
printf("mogenerator 1.13.1. By Jonathan 'Wolf' Rentzsch + friends.\n");
printf("mogenerator 1.14. By Jonathan 'Wolf' Rentzsch + friends.\n");
return EXIT_SUCCESS;
}

Expand Down
2 changes: 2 additions & 0 deletions mogenerator.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@
buildSettings = {
GCC_C_LANGUAGE_STANDARD = c99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_VERSION = 4.0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
Expand All @@ -458,6 +459,7 @@
buildSettings = {
GCC_C_LANGUAGE_STANDARD = c99;
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
GCC_VERSION = 4.0;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
Expand Down

0 comments on commit 15ba09b

Please sign in to comment.