Skip to content

Commit 2bd8975

Browse files
committed
Version bump
1 parent 15ea53e commit 2bd8975

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "intecture-api"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = [ "Peter Hayes <peter.hayes@betweenlines.co.uk>" ]
55
license = "MPL-2.0"
66
description = "API component for Intecture infrastructure. Intecture is the developer friendly, multi-lingual configuration management tool."

bindings/c/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
DOXYFILE_ENCODING = UTF-8
22
PROJECT_NAME = "intecture-api"
3-
PROJECT_NUMBER = 0.3.0
3+
PROJECT_NUMBER = 0.3.1
44
PROJECT_BRIEF = "Intecture API C headers"
55
PROJECT_LOGO =
66
CREATE_SUBDIRS = NO

bindings/c/inapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
/**
1212
* @file inapi.h
1313
* @author see AUTHORS
14-
* @version 0.3.0
14+
* @version 0.3.1
1515
* @brief C headers for Intecture API
1616
*
1717
* Intecture API allows C programs to consume its library by exposing

bindings/php5/php_inapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define PHP_INAPI_H
1313

1414
#define PHP_INAPI_EXTNAME "inapi"
15-
#define PHP_INAPI_EXTVER "0.3.0"
15+
#define PHP_INAPI_EXTVER "0.3.1"
1616

1717
#ifdef HAVE_CONFIG_H
1818
#include "config.h"

bindings/php5/stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Intecture API - PHP binding stubs
44
*
55
* @author Between Lines <info@betweenlines.co.uk>
6-
* @version 0.3.0
6+
* @version 0.3.1
77
*/
88

99
namespace Intecture;

bindings/php7/php_inapi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#define PHP_INAPI_H
1313

1414
#define PHP_INAPI_EXTNAME "inapi"
15-
#define PHP_INAPI_EXTVER "0.3.0"
15+
#define PHP_INAPI_EXTVER "0.3.1"
1616

1717
#ifdef HAVE_CONFIG_H
1818
#include "config.h"

bindings/php7/stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Intecture API - PHP binding stubs
44
*
55
* @author Between Lines <info@betweenlines.co.uk>
6-
* @version 0.3.0
6+
* @version 0.3.1
77
*/
88

99
namespace Intecture;

0 commit comments

Comments
 (0)