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 1
1
[package ]
2
2
3
3
name = " intecture-api"
4
- version = " 0.2.0 "
4
+ version = " 0.2.1 "
5
5
authors = [ " Peter Hayes <peter.hayes@betweenlines.co.uk>" ]
6
6
license = " MPL-2.0"
7
7
description = " 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 11
11
/**
12
12
* @file inapi.h
13
13
* @author see AUTHORS
14
- * @version 0.1.0
14
+ * @version 0.2.1
15
15
* @brief C headers for Intecture API
16
16
*
17
17
* Intecture API allows C programs to consume its library by exposing
Original file line number Diff line number Diff line change 12
12
#define PHP_INAPI_H
13
13
14
14
#define PHP_INAPI_EXTNAME "inapi"
15
- #define PHP_INAPI_EXTVER "0.1.0 "
15
+ #define PHP_INAPI_EXTVER "0.2.1 "
16
16
17
17
#ifdef HAVE_CONFIG_H
18
18
#include "config.h"
Original file line number Diff line number Diff line change 3
3
* Intecture API - PHP binding stubs
4
4
*
5
5
* @author Between Lines <info@betweenlines.co.uk>
6
- * @version 0.1.0
6
+ * @version 0.2.1
7
7
*/
8
8
9
9
namespace Intecture ;
You can’t perform that action at this time.
0 commit comments