Hi, On Fri, 2006-11-24 at 09:51 +0300, Nickolay V. Shmyrev wrote: > Sometimes it's not used correctly! For example in > gimp-new-layer-dialog.xml > > <revnumber>$Revision$</revnumber> That's not quite right. You should use either $Revision$ or $Revision:...$ (with the dots replaced by the actual revision number). Thus, if you start a new file, just use $Revision$ and CVS (or actually RCS) will do the substitution to the second form and will take care of updating the version then. http://www.stud.uni-hannover.de/stud/serv/cvsdoc/cvs_17.html Note that the case is important. $revision$ won't work, but $Revision$ is correct. Sven _______________________________________________ Gimp-docs mailing list Gimp-docs@xxxxxxxxxxxxxxxxxxxxxx https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-docs