GitHub user tuhaihe edited a comment on the discussion: [Ideas] Improve Version 
Information for Source Builds

Hey, I found we need to change the string `[1.0.0]` in this file for each 
release, like `[2.0.0-Aplha]`, `[2.0.0-Beta]`:

https://github.com/apache/cloudberry/blob/dd5aa2092f8a7b073ca6cf0ad53d575148e5339d/configure.ac#L23

Also need to generate a new configure file, and then return the right release 
number when building from the source tar files.

Also, we can create one file `VERSION`, and input the version number, then it 
also can work.

In summary, for a lower workforce, we can set `[1.0.0]` to `[main]` in the 
configure.ac fileā€”keep it unchanged in the future. We can also create a new 
text file, `VERSION,` and update it when a new version is released. It will be 
easier to change one text file than to regenerate the configure file by the 
`autoconf` command.

GitHub link: 
https://github.com/apache/cloudberry/discussions/909#discussioncomment-12169040

----
This is an automatically sent email for dev@cloudberry.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@cloudberry.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@cloudberry.apache.org
For additional commands, e-mail: dev-h...@cloudberry.apache.org

Reply via email to