In the homebrew formula for gqlplus, I'm doing the following replacement to get the CLI to report out the correct version: ~~~ inreplace "gqlplus.c", "#define VERSION \"1.15\"", "#define VERSION \"1.16\"" ~~~
Log in to post a comment.