btrfs-progs: build: simplify version tracking
authorDavid Sterba <dsterba@suse.com>
Tue, 23 Jan 2018 13:38:30 +0000 (14:38 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 31 Jan 2018 14:14:01 +0000 (15:14 +0100)
commit2e1932e6a380a0cf94501e31f0c0f7814f73378e
treeda9282040dc7b637dcc90212190d1f956f3f3a8c
parent444b88391e535d644f47d0def8ed442612ac0776
btrfs-progs: build: simplify version tracking

There will be a plain file tracking the last released version.

The rest will be simplified to print it where needed. The version
augmented by the current git status was not working anyway since we've
switched to autoconf. The result of version.h with the potential git
status was generated at configure time, which does not mean it's
accurate regarding the git status.

Signed-off-by: David Sterba <dsterba@suse.com>
Makefile
VERSION [new file with mode: 0644]
autogen.sh
configure.ac
version.sh [deleted file]