File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ project(lucene++)
88
99set (lucene++_VERSION_MAJOR 3)
1010set (lucene++_VERSION_MINOR 0)
11- set (lucene++_VERSION_PATCH 8 )
11+ set (lucene++_VERSION_PATCH 9 )
1212set (lucene++_SOVERSION "0" )
1313
1414set (lucene++_VERSION
Original file line number Diff line number Diff line change 11Lucene++
22==========
33
4- Welcome to lucene++ version ** 3.0.8 ** .
4+ Welcome to lucene++ version ** 3.0.9 ** .
55
66Lucene++ is a C++ port of the popular Java [ Lucene] ( http://lucene.apache.org/ )
77library, a high-performance, full-featured text search engine.
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ String Constants::OS_NAME = L"HURD";
2525String Constants::OS_NAME = L" UNKNOWN" ;
2626#endif
2727
28- String Constants::LUCENE_MAIN_VERSION = L" 3.0.8 " ;
29- String Constants::LUCENE_VERSION = L" 3.0.8 " ;
28+ String Constants::LUCENE_MAIN_VERSION = L" 3.0.9 " ;
29+ String Constants::LUCENE_VERSION = L" 3.0.9 " ;
3030
3131Constants::Constants () {
3232 // private
You can’t perform that action at this time.
0 commit comments