chiark / gitweb /
Provide a static version.h for development builds.
authorSimon Tatham <anakin@pobox.com>
Sat, 27 Sep 2014 14:51:02 +0000 (14:51 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 27 Sep 2014 14:51:02 +0000 (14:51 +0000)
commit1ba20eddba58f435bb42d1b2396c0cecb09e8a88
tree931a506bc4f798f8d249ddd0c212da1f87aa5cc5
parent64ceaf03b302d991f7d4fa5cf207f556d66f5352
Provide a static version.h for development builds.

I forgot to add this in last week's versioning revamp, meaning that
dev builds straight from source control would fail for lack of
version.h because Buildscr is the only thing that knows how to create
it. Other projects that I restructured this way come with a static
version of version.h so that local builds can still work; I forgot
that in this one.

[originally from svn r10274]
version.h [new file with mode: 0644]