19 Star 39 Fork 46

openGauss / openGauss-connector-odbc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
version.h 598 Bytes
一键复制 编辑 原始数据 按行查看 历史
/* File: version.h
*
* Description: This file defines the driver version.
*
* Comments: See "readme.txt" for copyright and license information.
*
*/
#ifndef __VERSION_H__
#define __VERSION_H__
/*
* BuildAll may pass POSTGRESDRIVERVERSION, POSTGRES_RESOURCE_VERSION
* and PG_DRVFILE_VERSION via winbuild/psqlodbc.vcxproj.
*/
#ifndef POSTGRESDRIVERVERSION
#define POSTGRESDRIVERVERSION "10.03.0000"
#endif
#ifndef POSTGRES_RESOURCE_VERSION
#define POSTGRES_RESOURCE_VERSION POSTGRESDRIVERVERSION
#endif
#ifndef PG_DRVFILE_VERSION
#define PG_DRVFILE_VERSION 10,3,00,00
#endif
#endif
C
1
https://gitee.com/opengauss/openGauss-connector-odbc.git
git@gitee.com:opengauss/openGauss-connector-odbc.git
opengauss
openGauss-connector-odbc
openGauss-connector-odbc
master

搜索帮助