Since I'm using today's date for my application version, I'd be interested in filling it automatically.
Currently I'm doing the following in my project file:
VERSION = 15.4.20
But I'd like to make it automatic:
VERSION = $$YEAR.$$MONTH.$$DAY
Any idea?