Version changed to 0.4.7

Added default value manualcheck=False to notifyUserOfUpdates() in managedsoftwareupdate.

git-svn-id: http://munki.googlecode.com/svn/trunk@387 a4e17f2e-e282-11dd-95e1-755cbddbdd66
This commit is contained in:
Greg Neagle
2009-12-02 00:03:21 +00:00
parent c2b963b353
commit e8c33ce5fd
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ def recordUpdateCheckResult(result):
return
def notifyUserOfUpdates(manualcheck):
def notifyUserOfUpdates(manualcheck=False):
# someone is logged in, and we have updates.
# if we haven't notified in a while, notify:
lastNotifiedString = munkicommon.pref('LastNotifiedDate')
+1 -1
View File
@@ -40,7 +40,7 @@ import FoundationPlist
def get_version():
'''Returns version of munkitools'''
return "0.4.7b"
return "0.4.7"
# output and logging functions