I build my Android apps with Jenkins on a Linux Ubuntu server and uses Bazaar as SCM.
I'd like to automatically append the bazaar revision id of the project to the value of Android:versionName in my manifest file.
I use ant to build and I have the Jenkin's bazaar plugin that passes the revid to the ant build script, but I have no idea how to do that.