fish-shell/src/fish_version.h
ridiculousfish da8db7f6f0 Revert "Generate FISH_BUILD_VERSION info for cmake builds"
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.
2018-01-08 22:28:10 -08:00

2 lines
67 B
C

// Prototype for version receiver.
const char *get_fish_version();