mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-14 17:07:44 +00:00
da8db7f6f0
This reverts commit 25839b8c36
.
This was an attempt to simplify the version generation, but it
computed the version at build sytem generation time rather than
at build time, requiring another run of CMake to update it.
2 lines
67 B
C
2 lines
67 B
C
// Prototype for version receiver.
|
|
const char *get_fish_version();
|