]> granicus.if.org Git - php/commitdiff
- Removed unnecessary quotes
authorfoobar <sniper@php.net>
Thu, 27 Jul 2006 08:52:10 +0000 (08:52 +0000)
committerfoobar <sniper@php.net>
Thu, 27 Jul 2006 08:52:10 +0000 (08:52 +0000)
configure.in
main/php_version.h

index f26f8849aa4e3a69b23650cc6c07e7535c2086c4..0cb090bc6b06041e265f0614bb7b20d432e384d5 100644 (file)
@@ -62,7 +62,7 @@ echo "#define PHP_MINOR_VERSION $MINOR_VERSION" >> php_version.h.new
 echo "#define PHP_RELEASE_VERSION $RELEASE_VERSION" >> php_version.h.new
 echo "#define PHP_EXTRA_VERSION \"$EXTRA_VERSION\"" >> php_version.h.new
 echo "#define PHP_VERSION \"$PHP_VERSION\"" >> php_version.h.new
-echo "#define PHP_VERSION_ID \"$PHP_VERSION_ID\"" >> php_version.h.new
+echo "#define PHP_VERSION_ID $PHP_VERSION_ID" >> php_version.h.new
 cmp php_version.h.new $srcdir/main/php_version.h >/dev/null 2>&1
 if test $? -ne 0 ; then
     rm -f $srcdir/main/php_version.h && mv php_version.h.new $srcdir/main/php_version.h && \
index ddc0ef1de3669431ea5331268e5dbc766e84decd..48ed0a16a087117bfdccb9b61efc29a08cce38c6 100644 (file)
@@ -5,4 +5,4 @@
 #define PHP_RELEASE_VERSION 0
 #define PHP_EXTRA_VERSION "-dev"
 #define PHP_VERSION "6.0.0-dev"
-#define PHP_VERSION_ID "60000"
+#define PHP_VERSION_ID 60000