diff options
author | joe <joe@deimos.lc8n.com> | 2011-11-23 15:23:17 +0000 |
---|---|---|
committer | joe <joe@deimos.lc8n.com> | 2011-11-23 15:23:17 +0000 |
commit | d4e576f90aa760d6b6bc93115648599529b375da (patch) | |
tree | 182b4492d7a8c8ce4ac5ccbcb1a211fc552e0947 | |
parent | bdf93ad8811f2571f5da47c97d20fb909158f676 (diff) |
Version number fail
-rwxr-xr-x | perc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -56,7 +56,7 @@ import math from datetime import datetime, date, timedelta, time PROG = "perc" -VERSION = "3.6" +VERSION = "3.61" CONFIG_FILE = "perc.cfg" CUSTOM_CONFIG_FILE = "custom_perc.cfg" |