From e7fa292493dbcb251dce2a7463d5f1c80f5232ad Mon Sep 17 00:00:00 2001 From: krakjoe Date: Sat, 23 Nov 2013 18:40:28 +0000 Subject: [PATCH] change version for release --- phpdbg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpdbg.h b/phpdbg.h index 8a1b814d50..f412f50c22 100644 --- a/phpdbg.h +++ b/phpdbg.h @@ -118,7 +118,7 @@ /* {{{ strings */ #define PHPDBG_ISSUES "http://github.com/krakjoe/phpdbg/issues" -#define PHPDBG_VERSION "0.1.0-dev" /* }}} */ +#define PHPDBG_VERSION "0.1.0" /* }}} */ /* {{{ output descriptors */ #define PHPDBG_STDIN 0 -- 2.50.1