php-sqlsrv/version.h

20 lines
815 B
C
Raw Normal View History

//----------------------------------------------------------------------------------------------------------------------------------
// 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/SQL2K5PHP/license.
//----------------------------------------------------------------------------------------------------------------------------------
#define VER_FILEVERSION_STR "1.0.1015.0"
#define _FILEVERSION 1,0,1015,0
#define SQLVERSION_MAJOR 1
#define SQLVERSION_MINOR 0
#define SQLVERSION_MMDD 1015
#define SQLVERSION_REVISION 0