mirror of
https://github.com/munki/munki.git
synced 2026-04-21 20:18:20 -05:00
Version number bumps to get ready for 0.5.0 release
git-svn-id: http://munki.googlecode.com/svn/trunk@438 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
@@ -17,11 +17,11 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>2.0.4</string>
|
||||
<string>2.0.5</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>MkSt</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>2.0.4</string>
|
||||
<string>2.0.5</string>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainMenu</string>
|
||||
<key>NSPrincipalClass</key>
|
||||
|
||||
@@ -121,7 +121,7 @@ class MSController(NSObject):
|
||||
theImage = NSImage.imageNamed_("MunkiStatus")
|
||||
self.imageFld.setImage_(theImage)
|
||||
if self.messageFld:
|
||||
self.messageFld.setStringValue_(u"Waiting...")
|
||||
self.messageFld.setStringValue_(u"Working...")
|
||||
if self.detailFld:
|
||||
self.detailFld.setStringValue_(u"")
|
||||
if self.progressIndicator:
|
||||
|
||||
@@ -41,7 +41,7 @@ import FoundationPlist
|
||||
|
||||
def get_version():
|
||||
'''Returns version of munkitools'''
|
||||
return "0.4.9"
|
||||
return "0.5.0"
|
||||
|
||||
|
||||
# output and logging functions
|
||||
|
||||
Reference in New Issue
Block a user