Re: Version Numbers in source code

2020-03-15 Thread Carl Marcum
Hi Marcus, please have a look into the devtools in the source code repo. There is a script collection that actually bumps up to a new version number [1]. [1] .../devtools/updateVersion/... I hope this is helpful for you. Marcus That helps a lot. It gives me a few files I can look into

Re: Version Numbers in source code

2020-03-15 Thread Marcus
Am 15.03.20 um 19:54 schrieb Carl Marcum: On 3/15/20 1:50 PM, Damjan Jovanovic wrote: I don't think we ever convert 450 to 4.5.0. Where do you see that? I don't see it. That was just an assumption on my part since I can't find a variable set to 4.5.0 and that string turns up all through

Re: Version Numbers in source code

2020-03-15 Thread Carl Marcum
Hi Damjan, On 3/15/20 1:50 PM, Damjan Jovanovic wrote: Hi I don't think we ever convert 450 to 4.5.0. Where do you see that? Damjan I don't see it. That was just an assumption on my part since I can't find a variable set to 4.5.0 and that string turns up all through build text and in the

Re: Version Numbers in source code

2020-03-15 Thread Damjan Jovanovic
Hi I don't think we ever convert 450 to 4.5.0. Where do you see that? Damjan On Sun, Mar 15, 2020 at 3:40 PM Carl Marcum wrote: > Hi All, > > I'm working on using Ant to build javadocs and package Java sources of > some of the UNO libs. > I need to include a version number in the name of the

Version Numbers in source code

2020-03-15 Thread Carl Marcum
Hi All, I'm working on using Ant to build javadocs and package Java sources of some of the UNO libs. I need to include a version number in the name of the jar file like "jurt-4.5.0-javadoc.jar" so I'd like to set a version property in main/ant.properties to use. I haven't been able to find