From 0ccf0765dc2e645dc0f78f61311066836573bcd5 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Thu, 30 Nov 2017 00:39:27 +0100 Subject: [PATCH] Bump version. --- package.xml | 8 ++++---- realpath_turbo.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.xml b/package.xml index 7836b93..02b704b 100644 --- a/package.xml +++ b/package.xml @@ -25,16 +25,16 @@ whissi@whissi.de yes - 2016-10-06 + 2017-11-30 2.0.0 2.0.0 - beta - beta + stable + stable - PHP License + PHP License - TBD diff --git a/realpath_turbo.h b/realpath_turbo.h index 018187f..7f0b130 100644 --- a/realpath_turbo.h +++ b/realpath_turbo.h @@ -8,7 +8,7 @@ # include "config.h" #endif -#define REALPATH_TURBO_VERSION "2.0.0 RC 2" +#define REALPATH_TURBO_VERSION "2.0.0" #define REALPATH_TURBO_EXTNAME "realpath_turbo" extern zend_module_entry realpath_turbo_module_entry;