28 Feb
2010
28 Feb
'10
12:51 p.m.
Hi Uwe,
De : uweschoeler <mail@...2227...> Is there an automatism to keep the version number in the 'src/inkscape-version.cpp' up to date?
Yes, but it still tries to parse a svn info file directly. Interesting things are in: * buildtool.cpp (starting line 3645), * build.xml (line 105).
Since "bzr revno" gives the rev number directly, it may be easier to reuse the commented part (callled "safe way") instead of the currently uncommented one ("universal way"). But I'm not a C++ expert, and there may be a good reason why we used the "universal way" with SVN. Does someone remember?
Regards. -- Nicolas