From 1613ae811917ca9c0b5c88cd7dc2dd0472c6c0de Mon Sep 17 00:00:00 2001 From: Lgnap Date: Tue, 23 Apr 2013 12:29:46 +0200 Subject: [PATCH] a define must use quote --- Makefile | 2 +- config.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 38dc8d2..e280a81 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ distclean: clean echo -e '' > ca/index.php echo ' config.php - echo 'define(PHPKI_VERSION, "$(VERSION)");' >> config.php + echo 'define("PHPKI_VERSION", "$(VERSION)");' >> config.php echo '?>' >> config.php rm -f index.php setup.php diff --git a/config.php b/config.php index 188ac19..e89a276 100644 --- a/config.php +++ b/config.php @@ -1,3 +1,3 @@