diff options
| author | 2006-12-30 01:01:28 +0000 | |
|---|---|---|
| committer | 2006-12-30 01:01:28 +0000 | |
| commit | 79f1ac83ebbd76f3e41c39253c1bfa7f5c5dec78 (patch) | |
| tree | b448ca839b6400676834acbd3306846f5a993768 | |
| parent | some fixes and some new code improvements (diff) | |
| download | KVIrc-79f1ac83ebbd76f3e41c39253c1bfa7f5c5dec78.tar.gz KVIrc-79f1ac83ebbd76f3e41c39253c1bfa7f5c5dec78.tar.bz2 KVIrc-79f1ac83ebbd76f3e41c39253c1bfa7f5c5dec78.zip | |
*AUTOMATICALLY* updated KVI_SOURCES_DATE variable
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@74 17fca916-40b9-46aa-a4ea-0a15b648b75c
| -rw-r--r-- | src/kvilib/config/kvi_sourcesdate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kvilib/config/kvi_sourcesdate.h b/src/kvilib/config/kvi_sourcesdate.h index 6c6d2246a..4403737bc 100644 --- a/src/kvilib/config/kvi_sourcesdate.h +++ b/src/kvilib/config/kvi_sourcesdate.h @@ -28,8 +28,8 @@ #include "kvi_settings.h" -#define KVI_SOURCES_DATE "20061227" -#define KVI_SOURCES_DATE_NUMERIC 0x20061227 +#define KVI_SOURCES_DATE "20061230" +#define KVI_SOURCES_DATE_NUMERIC 0x20061230 // this is the date of the sources before that we should force a setup // this is usually changed only when a setup is really needed because |
