Merge branch 'master' of ssh://irpf90.git.sourceforge.net/gitroot/irpf90/irpf90

This commit is contained in:
Anthony Scemama 2011-07-12 11:13:46 +02:00
commit f84eb65c5a
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ from zlib import crc32
irpdir = "IRPF90_temp/"
mandir = "IRPF90_man/"
irp_id = crc32(os.getcwd())
irp_id = abs(crc32(os.getcwd()))
class Line(object):

View File

@ -1 +1 @@
version = "1.1.74"
version = "1.1.75"