diff options
author | Omar Polo <op@omarpolo.com> | 2021-09-19 14:48:07 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2021-09-19 14:48:07 +0000 |
commit | fba809b5c775fd4d3c28a012259ee3b1908d4e40 (patch) | |
tree | 62db9f6ce51a9cacaa5befeee6b07c2c79733f15 /configure | |
parent | ca3d8bfde617a2be55fda5f25faf071f40325f6f (diff) |
tag 1.7.31.7.3
bump version number
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.7.1 +VERSION=1.7.3 CC=`printf "all:\\n\\t@echo \\\$(CC)\\n" | make ${MAKE_FLAGS} -sf -` |