Skip to content
Snippets Groups Projects
Commit ee63da31 authored by Eugene Tarassov's avatar Eugene Tarassov
Browse files

TCF Agent: fixed agent version number - 0.5.0

parent 5149e322
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ ifdef PATH_Plugins
endif
ifeq ($(OPSYS),MinGW)
VERSION := 0.4.0
VERSION := 0.5.0
else
VERSION := $(shell grep "%define version " $(TCF_AGENT_DIR)/main/tcf-agent.spec | sed -e "s/%define version //")
endif
......
%define name tcf-agent
%define version 0.4.0
%define version 0.5.0
%define release 1.%(bin/get-os-tag)
%define make_options CONF=Release PATH_Plugins=/etc/tcf/plugins
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment