fish-shell/fish_version.h
Konrad Borowski f8e35de18d Shorten compilation times
Now fish shell stores version is a small file called by other files.
This means that a slight change which modifies one file won't cause
many of files to recompile.

The compilation unit is intentionally small, this is by design. The
smaller it is, the faster it will recompile, and it will be compiled
a lot.
2014-05-01 09:46:27 +02:00

5 lines
95 B
C

/** \file fish_version.h
Prototype for version receiver.
*/
const char *get_fish_version();