Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
Tcf.Agent
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ole Sivert Aarhaug
Tcf.Agent
Commits
ee63da31
Commit
ee63da31
authored
13 years ago
by
Eugene Tarassov
Browse files
Options
Downloads
Patches
Plain Diff
TCF Agent: fixed agent version number - 0.5.0
parent
5149e322
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile.inc
+1
-1
1 addition, 1 deletion
Makefile.inc
main/tcf-agent.spec
+1
-1
1 addition, 1 deletion
main/tcf-agent.spec
with
2 additions
and
2 deletions
Makefile.inc
+
1
−
1
View file @
ee63da31
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
main/tcf-agent.spec
+
1
−
1
View file @
ee63da31
%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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment