This website requires JavaScript.
Explore
Help
Sign In
caiyu
/
nextpnr
Watch
1
Star
0
Fork
0
You've already forked nextpnr
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
master
nextpnr
/
common
/
version.h.in
6 lines
93 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
Initial GUI work
2018-06-06 03:03:06 +08:00
#
ifndef VERSION_H
#
define VERSION_H
Change version to git describe and make set-able from outside Change version to use git describe instead of git log as this will also work if tags are present and make the version string set-able from outside as a parameter to cmake, so that package managers can set this if building outside of a git working tree.
2020-01-11 18:04:07 +08:00
#
define GIT_DESCRIBE_STR "@CURRENT_GIT_VERSION@"
Initial GUI work
2018-06-06 03:03:06 +08:00
#
endif
Reference in New Issue
Copy Permalink