Skip to content

Commit

Permalink
version 0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tpircher-zz committed Feb 13, 2012
1 parent 91ee53c commit 0cad6f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
#
# Version 0.7.10, 2012-02-13
#

2012-02-08 Thomas Pircher <tehpeh@gmx.net>

* crc_symtable.py:
Bad-looking C code generated; make sure the bit-by-bit(fast) code does not
contain two instructions on one line. Thanks to "intgr" for the fix.

* crc_symtable.py:
Some small code clean-up: use set() instead of repeated tests of equality.
Some small code clean-up: use set() when appropriate.

2011-12-19 Thomas Pircher <tehpeh@gmx.net>

Expand Down
2 changes: 1 addition & 1 deletion crc_opt.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class Options(object):

# Program details
ProgramName = "pycrc"
Version = "0.7.9"
Version = "0.7.10"
VersionStr = "%s v%s" % (ProgramName, Version)
WebAddress = "http://www.tty1.net/pycrc/"

Expand Down

0 comments on commit 0cad6f7

Please sign in to comment.