From d83c7c27d25c08bc47c7aa9250ccaf5e24db9cf5 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 15 Nov 2013 18:10:04 -0200 Subject: [PATCH] - Preparing for first release --- phpdbg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg.h b/phpdbg.h index 8577624eb9..b05caf7c55 100644 --- a/phpdbg.h +++ b/phpdbg.h @@ -93,7 +93,7 @@ /* {{{ strings */ #define PHPDBG_ISSUES "http://github.com/krakjoe/phpdbg/issues" -#define PHPDBG_VERSION "0.0.0" /* }}} */ +#define PHPDBG_VERSION "0.0.1" /* }}} */ typedef struct _phpdbg_command_t phpdbg_command_t; -- 2.50.1