Misc: Separate nano from version.h
authorPete Batard <pete@akeo.ie>
Thu, 10 May 2012 14:56:51 +0000 (15:56 +0100)
committerPete Batard <pete@akeo.ie>
Thu, 10 May 2012 14:56:51 +0000 (15:56 +0100)
commita221271c67414ad5372431dced352fc2b1e15cbc
treed478296fd62f6ccc4bf35a6c6dece525295703cc
parent7e52e1e7534ead3f66b13bdcb28ac8587ff47ab0
Misc: Separate nano from version.h

* As version.h processed by autotools, the automatic updating of the
  nano there can result in unneeded reconfs (eg. after issuing a git
  pull, regardless of whether the conf is still valid)
* Avoid this by placing the nano in its own file, as it won't be
  processed by autoconf. This also simplifies the versioning git hooks
  and removes the sed dependency.
.private/pre-commit.sh
libusb/version.h
libusb/version_nano.h [new file with mode: 0644]