IRSSI_VERSION_DATE is now parsed from ChangeLog by configure. Also added

IRSSI_VERSION_TIME.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2256 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-12-15 23:15:05 +00:00 committed by cras
commit 3007e251a6
4 changed files with 14 additions and 4 deletions

4
irssi-version.h.in Normal file
View file

@ -0,0 +1,4 @@
/* automatically created by configure */
#define IRSSI_VERSION "@VERSION@"
#define IRSSI_VERSION_DATE @VERSION_DATE@
#define IRSSI_VERSION_TIME @VERSION_TIME@