File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[package ]
22
33name = " intecture-api"
4- version = " 0.2.0 "
4+ version = " 0.2.1 "
55authors = [ " Peter Hayes <peter.hayes@betweenlines.co.uk>" ]
66license = " MPL-2.0"
77description = " API component for Intecture infrastructure. Intecture is the developer friendly, multi-lingual configuration management tool."
Original file line number Diff line number Diff line change 1111/**
1212 * @file inapi.h
1313 * @author see AUTHORS
14- * @version 0.1.0
14+ * @version 0.2.1
1515 * @brief C headers for Intecture API
1616 *
1717 * Intecture API allows C programs to consume its library by exposing
Original file line number Diff line number Diff line change 1212#define PHP_INAPI_H
1313
1414#define PHP_INAPI_EXTNAME "inapi"
15- #define PHP_INAPI_EXTVER "0.1.0 "
15+ #define PHP_INAPI_EXTVER "0.2.1 "
1616
1717#ifdef HAVE_CONFIG_H
1818#include "config.h"
Original file line number Diff line number Diff line change 33 * Intecture API - PHP binding stubs
44 *
55 * @author Between Lines <info@betweenlines.co.uk>
6- * @version 0.1.0
6+ * @version 0.2.1
77 */
88
99namespace Intecture ;
You can’t perform that action at this time.
0 commit comments