diff options
author | Omar Polo <op@omarpolo.com> | 2022-01-30 13:35:45 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-01-30 13:35:45 +0000 |
commit | a14b9f779f14edee7c22e12f1ad8a4ba2d3134df (patch) | |
tree | 566c8610899ce8a66b28af897c38bf8a9f28a9f2 /configure | |
parent | de721c431c55c0fe05798c95f4c6ee3ec9a42148 (diff) |
prepare 1.8 release1.8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ echo "file config.log: writing..." # default settings: initialize all vars here such that nothing is # leaked from the environment except for CC, CFLAGS and LDFLAGS -VERSION=1.8-dev +VERSION=1.8 CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -` |