Skip to content

Commit

Permalink
4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtamayo committed Nov 20, 2023
1 parent da72889 commit f5ac94f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
ghash = subprocess.check_output(["git", "rev-parse", "HEAD"]).decode("ascii")
ghash_arg = "-DREBXGITHASH="+ghash.strip()
except:
ghash_arg = "-DREBXGITHASH=10e00b39040b7c4f2db6f07a01ba3e8aa302a544" #GITHASHAUTOUPDATE
ghash_arg = "-DREBXGITHASH=da728893dc1fb3fd06fa5545d7475190ef9de523" #GITHASHAUTOUPDATE

class build_ext(_build_ext):
def finalize_options(self):
Expand Down

0 comments on commit f5ac94f

Please sign in to comment.