diff --git a/ChangeLog b/ChangeLog index e473cbc..4c6d6cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +# +# Version 0.7.9, 2011-12-08 +# + 2011-12-08 Thomas Pircher * crc_symtable.py: diff --git a/crc_opt.py b/crc_opt.py index b1f9b85..3c5a70b 100644 --- a/crc_opt.py +++ b/crc_opt.py @@ -50,7 +50,7 @@ class Options(object): # Program details ProgramName = "pycrc" - Version = "0.7.8" + Version = "0.7.9" VersionStr = "%s v%s" % (ProgramName, Version) WebAddress = "http://www.tty1.net/pycrc/"