Repository: nifi-minifi-cpp Updated Branches: refs/heads/master 61f0e450e -> 5dfe09795
MINIFI-73 Advancing versions as part of release process. Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/commit/5dfe0979 Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/tree/5dfe0979 Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/diff/5dfe0979 Branch: refs/heads/master Commit: 5dfe09795474874337dc9b541ca989ec34ecae38 Parents: 61f0e45 Author: Aldrin Piri <[email protected]> Authored: Thu Sep 1 22:46:16 2016 -0400 Committer: Aldrin Piri <[email protected]> Committed: Thu Sep 1 22:46:41 2016 -0400 ---------------------------------------------------------------------- Makefile | 2 +- conf/minifi.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/5dfe0979/Makefile ---------------------------------------------------------------------- diff --git a/Makefile b/Makefile index bd446fe..0b03842 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # for ARM make CROSS_COMPILE=arm-linux-gnueabi ARCH=arm -VERSION=0.0.1 +VERSION=0.1.0 CC=$(CROSS_COMPILE)-g++ AR=$(CROSS_COMPILE)-ar BUILD_DIR= ./build http://git-wip-us.apache.org/repos/asf/nifi-minifi-cpp/blob/5dfe0979/conf/minifi.properties ---------------------------------------------------------------------- diff --git a/conf/minifi.properties b/conf/minifi.properties index dd7eb7e..037ff8b 100644 --- a/conf/minifi.properties +++ b/conf/minifi.properties @@ -14,7 +14,7 @@ # limitations under the License. # Core Properties # -nifi.version=0.0.1 +nifi.version=0.1.0 nifi.flow.configuration.file=./conf/flow.yml nifi.administrative.yield.duration=30 sec # If a component has no work to do (is "bored"), how long should we wait before checking again for work?
