Files
privacore-open-source-searc…/TitleRecVersion.h
2016-05-10 16:15:31 +02:00

18 lines
545 B
C

#ifndef GB_TITLERECVERSION_H
#define GB_TITLERECVERSION_H
// Starting version when Gigablast was open-sourced
//#define TITLEREC_CURRENT_VERSION 120
// better parsing of <script> tags
//#define TITLEREC_CURRENT_VERSION 121
// BR 20160106. New version that eliminates values in posdb that we do not need.
// we also stop decoding &amp; &gt; &lt; to avoid losing information
//#define TITLEREC_CURRENT_VERSION 122
// normalize url encoded url (url encode, strip params)
#define TITLEREC_CURRENT_VERSION 123
#endif // GB_TITLERECVERSION_H