1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-19 13:42:17 +03:00

Stamp shared-library minor version numbers for 9.4.

This commit is contained in:
Tom Lane
2013-06-14 14:49:46 -04:00
parent 58ae1f4577
commit 8a3f0894a4
6 changed files with 6 additions and 6 deletions

View File

@@ -316,7 +316,7 @@ sub mkvcbuild
$ecpg->AddPrefixInclude('src\interfaces\ecpg\preproc');
$ecpg->AddFiles('src\interfaces\ecpg\preproc', 'pgc.l', 'preproc.y');
$ecpg->AddDefine('MAJOR_VERSION=4');
$ecpg->AddDefine('MINOR_VERSION=9');
$ecpg->AddDefine('MINOR_VERSION=10');
$ecpg->AddDefine('PATCHLEVEL=0');
$ecpg->AddDefine('ECPG_COMPILE');
$ecpg->AddReference($libpgport, $libpgcommon);