public
Fork of Caged/gitnub
Description: A Gitk-like application written in RubyCocoa that looks like it belongs on a Mac. See the wiki for downloads and screenshots.
Homepage: http://alternateidea.com
Clone URL: git://github.com/kballard/gitnub.git
Search Repo:
Bump the version number, prep for a release
Caged (author)
Wed Mar 12 19:58:37 -0700 2008
commit  40a16e4399228b9e9e35b0bb3709f940c5db6700
tree    161958d6f80af1b4743f47c204c360c88ab347d5
parent  87efc5b9acb08ddb007db62766c5f1569e1bf7fa
...
1
2
3
4
 
5
6
...
1
2
3
 
4
5
6
0
@@ -1,7 +1,7 @@
0
 ÿþ/* Localized versions of Info.plist keys */
0
 
0
 CFBundleName = "GitNub";
0
-CFBundleGetInfoString = "GitNub version 0.5, Copyright 2008 Justin Palmer";
0
+CFBundleGetInfoString = "GitNub version 0.7.0, Copyright 2008 Justin Palmer";
0
 NSHumanReadableCopyright = "Copyright 2008, Justin Palmer\n <encytemedia@gmail.com>\n http://alternateidea.com";
0
 
...
15
16
17
18
 
19
20
21
22
 
23
24
25
...
15
16
17
 
18
19
20
21
 
22
23
24
25
0
@@ -15,11 +15,11 @@
0
   <key>CFBundlePackageType</key>
0
   <string>APPL</string>
0
   <key>CFBundleShortVersionString</key>
0
- <string>0.5</string>
0
+ <string>0.7.0</string>
0
   <key>CFBundleSignature</key>
0
   <string>????</string>
0
   <key>CFBundleVersion</key>
0
- <string>Alpha</string>
0
+ <string>Beta</string>
0
   <key>NSMainNibFile</key>
0
   <string>MainMenu</string>
0
   <key>NSPrincipalClass</key>

Comments

    No one has commented yet.