diff options
author | Omar Polo <op@omarpolo.com> | 2022-07-04 19:18:39 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-07-04 19:18:39 +0000 |
commit | f759119d2f5707baac35b4960a6ddca5bd205647 (patch) | |
tree | e28833a43bdb566fc63242bc743d29c7ec2cafa6 /configure | |
parent | f3f45431198ebf0d52145402269196d442c978a4 (diff) |
bump version
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,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.4 +VERSION=1.8.5-current CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -` |