Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dbp
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
packages
dbp
Commits
ab1e1a97
Commit
ab1e1a97
authored
Oct 31, 2015
by
Steven Arnow
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use manual version number
parent
57b845e8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
.gitignore
.gitignore
+0
-1
update_version
update_version
+0
-4
version.mk
version.mk
+1
-0
No files found.
.gitignore
View file @
ab1e1a97
...
...
@@ -10,6 +10,5 @@
*.orig
*.local
*.remote
version.mk
build/
install/
update_version
deleted
100755 → 0
View file @
57b845e8
#!/bin/bash
echo
"CFLAGS += -DVERSION=
\\\"
0.6.
`
git log |
grep
Date |
wc
-l
`
-
`
git branch |
awk
'{ print $2 }'
|
tr
-d
'\n'
`
\\\"
"
>
version.mk
version.mk
0 → 100644
View file @
ab1e1a97
CFLAGS
+=
-DVERSION
=
\"
0.6.10
\"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment