diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-25 09:40:11 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-25 09:40:11 +0000 |
commit | b2887a236458af9c4faace7bbc2fa1921d8e7bee (patch) | |
tree | 2753e0af6364e4ebb0c4352d5c499b905e329716 /version.h | |
parent | db4955e4ddb3d0bb103b6780da2a650fd55a2c79 (diff) | |
download | rsyslog-b2887a236458af9c4faace7bbc2fa1921d8e7bee.tar.gz rsyslog-b2887a236458af9c4faace7bbc2fa1921d8e7bee.tar.xz rsyslog-b2887a236458af9c4faace7bbc2fa1921d8e7bee.zip |
fixed bug in tcp sender that could cause rsyslogd to dump core
Diffstat (limited to 'version.h')
-rw-r--r-- | version.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,2 +1,2 @@ -#define VERSION "1.11" -#define PATCHLEVEL "2" +#define VERSION "1.12" +#define PATCHLEVEL "0" |