This website requires JavaScript.
Explore
Help
Register
Sign In
luke
/
nextpnr
mirror of
https://github.com/YosysHQ/nextpnr.git
Watch
1
Star
0
Fork
You've already forked nextpnr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fd2d4a8f99
nextpnr
/
common
/
version.h.in
6 lines
93 B
C
Raw
Normal View
History
Unescape
Escape
Initial GUI work
2018-06-05 21:03:06 +02: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 11:04:07 +01:00
#
define GIT_DESCRIBE_STR "@CURRENT_GIT_VERSION@"
Initial GUI work
2018-06-05 21:03:06 +02:00
#
endif