File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " intecture-api"
3- version = " 0.3.1 "
3+ version = " 0.3.2 "
44authors = [ " Peter Hayes <peter.hayes@betweenlines.co.uk>" ]
55license = " MPL-2.0"
66description = " 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 11DOXYFILE_ENCODING = UTF-8
22PROJECT_NAME = "intecture-api"
3- PROJECT_NUMBER = 0.3.1
3+ PROJECT_NUMBER = 0.3.2
44PROJECT_BRIEF = "Intecture API C headers"
55PROJECT_LOGO =
66CREATE_SUBDIRS = NO
Original file line number Diff line number Diff line change 1111/**
1212 * @file inapi.h
1313 * @author see AUTHORS
14- * @version 0.3.1
14+ * @version 0.3.2
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.3.1 "
15+ #define PHP_INAPI_EXTVER "0.3.2 "
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.3.1
6+ * @version 0.3.2
77 */
88
99namespace Intecture ;
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.3.1 "
15+ #define PHP_INAPI_EXTVER "0.3.2 "
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.3.1
6+ * @version 0.3.2
77 */
88
99namespace Intecture ;
You can’t perform that action at this time.
0 commit comments