View Single Post
javispedro's Avatar
Posts: 2,355 | Thanked: 5,249 times | Joined on Jan 2009 @ Barcelona
#211
Not that simple, read "scripts/setlocalversion":

Code:
dpkg-parsechangelog -l../../changelog | grep Version | sed 's/.*-/-/' | cut -b -9
It will set CONFIG_LOCALVERSION to that (because CONFIG_LOCALVERSION_AUTO is set to y).
 

The Following 2 Users Say Thank You to javispedro For This Useful Post: