mirror of
https://gitlab.com/scemama/irpf90.git
synced 2025-01-02 17:45:41 +01:00
Merge branch 'master' of ssh://irpf90.git.sourceforge.net/gitroot/irpf90/irpf90
This commit is contained in:
commit
f84eb65c5a
@ -29,7 +29,7 @@ from zlib import crc32
|
|||||||
|
|
||||||
irpdir = "IRPF90_temp/"
|
irpdir = "IRPF90_temp/"
|
||||||
mandir = "IRPF90_man/"
|
mandir = "IRPF90_man/"
|
||||||
irp_id = crc32(os.getcwd())
|
irp_id = abs(crc32(os.getcwd()))
|
||||||
|
|
||||||
|
|
||||||
class Line(object):
|
class Line(object):
|
||||||
|
@ -1 +1 @@
|
|||||||
version = "1.1.74"
|
version = "1.1.75"
|
||||||
|
Loading…
Reference in New Issue
Block a user