adamritter / fastgron

High-performance JSON to GRON (greppable, flattened JSON) converter
MIT License
592 stars 10 forks source link

feat: update cmake build for version info #3

Closed chenrui333 closed 1 year ago

chenrui333 commented 1 year ago

update project version as 0.4.7

relates to https://github.com/Homebrew/homebrew-core/pull/132455

adamritter commented 1 year ago

Thanks, I think a simple define would have been much easier, but for now it's more important that it works.

On Wed, May 31, 2023, 22:59 Rui Chen @.***> wrote:

update project version as 0.4.7

relates to Homebrew/homebrew-core#132455 https://github.com/Homebrew/homebrew-core/pull/132455

You can view, comment on, or merge this pull request online at:

https://github.com/adamritter/fastgron/pull/3 Commit Summary

File Changes

(3 files https://github.com/adamritter/fastgron/pull/3/files)

Patch Links:

— Reply to this email directly, view it on GitHub https://github.com/adamritter/fastgron/pull/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN5SWAHQ5PHBGCCQW7FG6PLXI6WL3ANCNFSM6AAAAAAYWAJEFU . You are receiving this because you are subscribed to this thread.Message ID: @.***>

chenrui333 commented 1 year ago

just general cmake build stuff, have to say I am not the expert. thanks for the merge.