Skip to content

Commit

Permalink
Version 1.10.0 - macOS Catalina Support (made by @mdbraber!)
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kaluta authored and David Kaluta committed Oct 13, 2019
1 parent aef6b27 commit 4e84cf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions icalBuddy.m
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ of this software and associated documentation files (the "Software"), to deal
int major;
int minor;
int build;
} version = {1,9,0};
} version = {1,10,0};

NSString* versionNumberStr()
{
Expand Down Expand Up @@ -251,8 +251,8 @@ int main(int argc, char *argv[])
@"See the icalBuddy man page for more info.\n"
@"\n");
Printf(@"Version %@\n", versionNumberStr());
Printf(@"Copyright 2008-2012 Ali Rantakari, http://hasseg.org/icalBuddy\n");
Printf(@"Updated to 64-bit by David Kaluta (2019), https://davidkaluta.github.io\n");
Printf(@"Originally by Ali Rantakari, Copyright 2008-2012 http://hasseg.org/icalBuddy\n");
Printf(@"Now maintained by the community\n");
Printf(@"\n");
}

Expand Down

0 comments on commit 4e84cf9

Please sign in to comment.