Skip to content

Commit

Permalink
Bundle version 8, short bundle version 0.8.6, SIP user agent string "…
Browse files Browse the repository at this point in the history
…Telephone 0.8.6".
  • Loading branch information
eofster committed Jan 7, 2009
1 parent 861af5a commit 7ff5365
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AppController.m
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ - (void)awakeFromNib

[telephone setSTUNServerHost:[defaults stringForKey:AKSTUNServerHost]];
[telephone setSTUNServerPort:[[defaults objectForKey:AKSTUNServerPort] integerValue]];
[telephone setUserAgentString:@"Telephone 0.8.5"];
[telephone setUserAgentString:@"Telephone 0.8.6"];
[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
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>7</string>
<string>8</string>
<key>CFBundleShortVersionString</key>
<string>0.8.5</string>
<string>0.8.6</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 7ff5365

Please sign in to comment.