Skip to content

Commit

Permalink
Update version_info.c
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Lindholm <simon.lindholm10@gmail.com>
  • Loading branch information
AngheloAlf and simonlindholm authored Sep 10, 2023
1 parent 3a1aa07 commit 5f0e27c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions version_info.c
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
/**
* Function that prints version info. This file should be compiled with the following defined:
* - PACKAGE_VERSION
* e.g. with
* ```
* PACKAGE_VERSION := git --git-dir .git describe --tags --dirty
* [...]
* -DPACKAGE_VERSION="\"`LC_ALL=C $(PACKAGE_VERSION)`\"" \
* ```
* - PACKAGE_VERSION, e.g. with `-DPACKAGE_VERSION="\"$(LC_ALL=C git --git-dir .git describe --tags --dirty)\""`
* - DATETIME, e.g. with `-DDATETIME=$(date +'%F %T UTC%z')`
*
* The code in this file is mostly taken from
Expand Down

0 comments on commit 5f0e27c

Please sign in to comment.