summaryrefslogtreecommitdiff
path: root/ext/sqlite3/php_sqlite3.h
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2012-02-28 18:43:44 +0000
committerStanislav Malyshev <stas@php.net>2012-02-28 18:43:44 +0000
commitf43330a37162afaaa12b8fa10d41470da57686f4 (patch)
tree8022a78e22f7dfdd59083e3c1850a90a2e40cfc0 /ext/sqlite3/php_sqlite3.h
parentee772f60b1f8397bdca29c24b492736ca38eead8 (diff)
downloadphp-git-f43330a37162afaaa12b8fa10d41470da57686f4.tar.gz
remove -dev for release
Diffstat (limited to 'ext/sqlite3/php_sqlite3.h')
-rw-r--r--ext/sqlite3/php_sqlite3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sqlite3/php_sqlite3.h b/ext/sqlite3/php_sqlite3.h
index 87a9335382..b079d47410 100644
--- a/ext/sqlite3/php_sqlite3.h
+++ b/ext/sqlite3/php_sqlite3.h
@@ -21,7 +21,7 @@
#ifndef PHP_SQLITE3_H
#define PHP_SQLITE3_H
-#define PHP_SQLITE3_VERSION "0.7-dev"
+#define PHP_SQLITE3_VERSION "0.7"
extern zend_module_entry sqlite3_module_entry;
#define phpext_sqlite3_ptr &sqlite3_module_entry