diff options
author | Marco d'Itri <md@linux.it> | 2015-06-08 02:17:55 +0200 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2015-06-08 02:17:55 +0200 |
commit | a8608bc168f78975c0190217b14f093794b1a014 (patch) | |
tree | ac4cd29ff9572375bf6fb6c36da9a5ca75e3ec65 /whois.h | |
parent | 1500bd25dae47a8e8835197094f5d6a85669f5ad (diff) | |
download | whois-a8608bc168f78975c0190217b14f093794b1a014.tar.gz |
Update IDSTRING to 5.2
It should have been updated when whois 5.2 was released, but I forgot.
Diffstat (limited to 'whois.h')
-rw-r--r-- | whois.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ /* String sent to RIPE servers - MUST NOT BE LONGER THAN FIVE CHARACTERS! */ /* Do *NOT* change it if you don't know what you are doing! */ -#define IDSTRING "Md5.1" +#define IDSTRING "Md5.2" #define HIDE_TO_THE_END -3 #define HIDE_DISABLED -2 |