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++)
8
8
9
9
set (lucene++_VERSION_MAJOR 3 )
10
10
set (lucene++_VERSION_MINOR 0 )
11
- set (lucene++_VERSION_PATCH 8 )
11
+ set (lucene++_VERSION_PATCH 9 )
12
12
set (lucene++_SOVERSION "0" )
13
13
14
14
set (lucene++_VERSION
Original file line number Diff line number Diff line change 1
1
Lucene++
2
2
==========
3
3
4
- Welcome to lucene++ version ** 3.0.8 ** .
4
+ Welcome to lucene++ version ** 3.0.9 ** .
5
5
6
6
Lucene++ is a C++ port of the popular Java [ Lucene] ( http://lucene.apache.org/ )
7
7
library, 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";
25
25
String Constants::OS_NAME = L" UNKNOWN" ;
26
26
#endif
27
27
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 " ;
30
30
31
31
Constants::Constants () {
32
32
// private
You can’t perform that action at this time.
0 commit comments