RSS/Atom feed Twitter
Site is read-only, email is disabled

python template for version options

This discussion is connected to the gimp-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

python template for version options Carol Spears 18 Jun 17:58
Carol Spears
2003-06-18 17:58:43 UTC (almost 21 years ago)

python template for version options

python has a template system that might answer all of these issues.

cvs already does whatever cvs wants with the version numbers. but the person building their gimp could fill in the version number of their choice, in my gimpenv script or something similar.

i don't know how to build an autoconf thing but the preferred version number could be entered into it like this: """

version=%(version_number)s

""" like, even though i am using gimp from cvs, i still use it like it was gimp 1.0.4 and miss some of the features that appeared for me in 1.0.2 and also in the 1.1.24 eras that have disappeared since then. maybe i could make a template that would know to build a feature reincluder for whichever version i named it?

anyone see this template system before? i use it with html.

carol