On 11/13/10 00:40, Arnaud Quette wrote: > > 2010/11/12 Stuart Rackham wrote: > > > On 12/11/10 10:45, Arnaud Quette wrote: > > (...) > just a question, because NUT' configure script is checking this: > a2x version is still 8.6.1 while asciidoc is already 8.6.3. > do you plan to also bump a2x version? > > > Thanks for spotting that Arnaud, I've updated it in the trunk. > > > welcome ;-) > > you may want to automate this and manage it at a central location, to > avoid missing it during release. > you already have it btw in your configure.ac <http://configure.ac> (even > more outdated), you just need to: > - create {asciidoc,a2x}.py.in <http://py.in> > - reference these in configure.ac->AC_OUTPUT > - patch these file with > VERSION = @PACKAGE_VERSION@ > > I can provide a patch if needed.
That would make develeopment of the Python code rather difficult. An alternative could be creating a file "version.py" and import that from the main code. Best, Sebastian -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
