1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-04 23:35:55 +01:00

Rewrote dapper.py to act just like edgy.py (needs to be tested), changed some gui behavior, fixed version numbers in experimental/testing daemon.py

This commit is contained in:
imdano
2007-07-27 18:20:51 +00:00
parent 8af62b2eca
commit e7f5f269fe
3 changed files with 183 additions and 31 deletions

View File

@@ -156,7 +156,7 @@ class ConnectionWizard(dbus.service.Object):
#micro is for everything else.
#and micro may be anything >= 0
#this number is effective starting wicd v1.2.0
version = '1.3.2'
version = '1.3.3'
print 'returned version number',version
return version
#end function Hello