diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-03-19 17:44:21 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-03-19 17:44:21 (GMT) |
commit | 4677c707462be2cc359e8a10ade803edbfe7b7fa (patch) | |
tree | cf16207c2ec24e065b19418ceabdc18560052288 /Makefile.in | |
parent | 46bfc5b58c1893206fea8be057c4321fdf9870da (diff) | |
download | Doxygen-4677c707462be2cc359e8a10ade803edbfe7b7fa.zip Doxygen-4677c707462be2cc359e8a10ade803edbfe7b7fa.tar.gz Doxygen-4677c707462be2cc359e8a10ade803edbfe7b7fa.tar.bz2 |
Release 1.1.1-20000319
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 4f6bc2b..fc4ea9e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -54,7 +54,7 @@ pdf: docs archive: clean tar zcvf dx`date +%y%m%d`.tgz tmake doc wintools examples bin objects \ src configure configure.bin Makefile.in Makefile.win.in INSTALL \ - make.bat LANGUAGE.HOWTO LICENSE PLATFORMS VERSION + make.bat LANGUAGE.HOWTO LICENSE PLATFORMS VERSION packages src/version.cpp: Makefile echo "char versionString[]=\"$(VERSION)\";" > src/version.cpp |