forked from datastax/php-driver
-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature(ci): better docker image building
1. creating image with debug and release versions of php 2. docker image tags do not contain full php version, just major and minor 3. removing #define in version.h.in for brevitty Signed-off-by: Dusan Malusev <[email protected]>
- Loading branch information
1 parent
b4f9164
commit a2149f3
Showing
5 changed files
with
27 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,4 @@ | ||
#pragma once | ||
|
||
#define PHP_DRIVER_NAME "cassandra" | ||
#define PHP_DRIVER_MAJOR @PHP_SCYLLADB_VERSION_MAJOR@ | ||
#define PHP_DRIVER_MINOR @PHP_SCYLLADB_VERSION_MINOR@ | ||
#define PHP_DRIVER_RELEASE @PHP_SCYLLADB_VERSION_PATCH@ | ||
#define PHP_DRIVER_STABILITY "@PHP_SCYLLADB_STABILITY@" | ||
#define PHP_DRIVER_VERSION "@PHP_SCYLLADB_VERSION@" | ||
#define PHP_DRIVER_VERSION_FULL "@PHP_SCYLLADB_VERSION_FULL@" | ||
#define PHP_DRIVER_VERSION "@PHP_SCYLLADB_VERSION@" |