1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-20 12:58:07 +01:00

changed version number

This commit is contained in:
compwiz18
2007-07-08 20:12:44 +00:00
parent 4c4d702e0f
commit f573bc4eae

View File

@@ -149,7 +149,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.0'
version = '1.3.2'
print 'returned version number',version
return version
#end function Hello