Stamp HEAD as 10devel.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ca9112a424ff68ec4f2ef67b47122f7d61412964
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-08-15T17:49:49Z
Releases: 10.0
Stamp HEAD as 10devel.

This is a good bit more complicated than the average new-version stamping
commit, because it includes various adjustments in pursuit of changing
from three-part to two-part version numbers.  It's likely some further
work will be needed around that change; but this is enough to get through
the regression tests, at least in Unix builds.

Peter Eisentraut and Tom Lane

Files

PathChange+/−
configure modified +10 −10
configure.in modified +2 −2
doc/bug.template modified +1 −1
doc/src/sgml/runtime.sgml modified +20 −11
src/backend/catalog/genbki.pl modified +2 −2
src/backend/utils/init/miscinit.c modified +13 −13
src/bin/pg_upgrade/check.c modified +3 −3
src/bin/pg_upgrade/server.c modified +1 −1
src/include/pg_config.h.win32 modified +4 −4
src/interfaces/libpq/libpq.rc.in modified +4 −4
src/port/win32ver.rc modified +2 −2
src/tools/msvc/Solution.pm modified +3 −3
src/tools/version_stamp.pl modified +6 −8

Documentation touched