summaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2008-09-12 12:56:10 -0700
committerRuss Allbery <rra@stanford.edu>2008-09-12 12:56:10 -0700
commit2db6b8afae35d6769350d88b66a7f1a75106e9a9 (patch)
tree1b47887003600f96e17d1f095a6203b2a5a5a8a8 /php
parent4552a1b0940d11f2fd51062324dbda3602d813e3 (diff)
Get PHP extension version from the main package version
Also be sure to create the php directory in the configure script before trying to copy files into it.
Diffstat (limited to 'php')
-rw-r--r--php/php_remctl.h.in (renamed from php/php_remctl.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/php_remctl.h b/php/php_remctl.h.in
index bc5b7f7..7cc2722 100644
--- a/php/php_remctl.h
+++ b/php/php_remctl.h.in
@@ -12,7 +12,7 @@
#define PHP_REMCTL_H 1
/* This should be the same version as the overall remctl package. */
-#define PHP_REMCTL_VERSION "2.13"
+#define PHP_REMCTL_VERSION "@PACKAGE_VERSION@"
#define PHP_REMCTL_EXTNAME "remctl"
#define PHP_REMCTL_RES_NAME "remctl_resource"