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 5f0e27c commit 3289a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version_info.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Function that prints version info. This file should be compiled with the following defined:
* - 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')`
* - DATETIME, e.g. with `-DDATETIME="\"$(date +'%F %T UTC%z')\""`
*
* The code in this file is mostly taken from
* - CPython: https://github.com/python/cpython/, licensed under the PSF, available here: https://docs.python.org/3/license.html
Expand Down

0 comments on commit 3289a3e

Please sign in to comment.