diff options
| author | 2007-03-26 00:02:21 +0000 | |
|---|---|---|
| committer | 2007-03-26 00:02:21 +0000 | |
| commit | 039d72bd0e3fa2cdb849f311fdee09d8e2bf94b3 (patch) | |
| tree | 9c60dca15c5c549af9b137dc0114160d58ac9bcc | |
| parent | fix for bash 3.2.9: now bash colors are interpreted yet (diff) | |
| download | KVIrc-039d72bd0e3fa2cdb849f311fdee09d8e2bf94b3.tar.gz KVIrc-039d72bd0e3fa2cdb849f311fdee09d8e2bf94b3.tar.bz2 KVIrc-039d72bd0e3fa2cdb849f311fdee09d8e2bf94b3.zip | |
*AUTOMATICALLY* updated KVI_SOURCES_DATE variable
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@434 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 7b14c151f..fc7eac79f 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 "20070323" -#define KVI_SOURCES_DATE_NUMERIC 0x20070323 +#define KVI_SOURCES_DATE "20070326" +#define KVI_SOURCES_DATE_NUMERIC 0x20070326 // 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 |
