php-sqlsrv/version.h

20 lines
806 B
C

//----------------------------------------------------------------------------------------------------------------------------------
// File: version.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
// Contents: Routines that use connection handles
//
// Comments:
//
// License: This software is released under the Microsoft Public License. A copy of the license agreement
// may be found online at http://www.codeplex.com/SQLSRVPHP/license.
//----------------------------------------------------------------------------------------------------------------------------------
#define VER_FILEVERSION_STR "1.1.0.0"
#define _FILEVERSION 1,1,0,0
#define SQLVERSION_MAJOR 1
#define SQLVERSION_MINOR 1
#define SQLVERSION_MMDD 0
#define SQLVERSION_REVISION 0