Skip to content

Commit

Permalink
Version 0.8.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
eofster committed Dec 17, 2008
1 parent 3b345af commit 1e8234d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions AppController.m
Expand Up @@ -159,6 +159,7 @@ - (void)awakeFromNib

[telephone setSTUNServerHost:[defaults stringForKey:AKSTUNServerHost]];
[telephone setSTUNServerPort:[[defaults objectForKey:AKSTUNServerPort] integerValue]];
[telephone setUserAgentString:@"Telephone 0.8.0"];
[telephone setLogFileName:[defaults stringForKey:AKLogFileName]];
[telephone setLogLevel:[[defaults objectForKey:AKLogLevel] integerValue]];
[telephone setConsoleLogLevel:[[defaults objectForKey:AKConsoleLogLevel] integerValue]];
Expand Down
4 changes: 2 additions & 2 deletions Info.plist
Expand Up @@ -19,9 +19,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
<string>2</string>
<key>CFBundleShortVersionString</key>
<string>0.2.0</string>
<string>0.8.0</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 1e8234d

Please sign in to comment.