Skip to content

Commit 0fa35c0

Browse files
authored
Merge pull request #81 from andypost/79-version-fix
Fix version string and remove revision
2 parents 36d7181 + fa6e417 commit 0fa35c0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/memcache.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -780,7 +780,6 @@ PHP_MINFO_FUNCTION(memcache)
780780
php_info_print_table_start();
781781
php_info_print_table_header(2, "memcache support", "enabled");
782782
php_info_print_table_row(2, "Version", PHP_MEMCACHE_VERSION);
783-
php_info_print_table_row(2, "Revision", "$Revision$");
784783
php_info_print_table_end();
785784

786785
DISPLAY_INI_ENTRIES();

src/php_memcache.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ PHP_FUNCTION(memcache_close);
6767
PHP_FUNCTION(memcache_flush);
6868
PHP_FUNCTION(memcache_set_sasl_auth_data);
6969

70-
#define PHP_MEMCACHE_VERSION "4.0.5.2"
70+
#define PHP_MEMCACHE_VERSION "8.1-dev"
7171

7272
#define MMC_DEFAULT_TIMEOUT 1 /* seconds */
7373
#define MMC_DEFAULT_RETRY 15 /* retry failed server after x seconds */

0 commit comments

Comments
 (0)