Skip to content

Commit b545dba

Browse files
committed
Release version 3.0.9.
1 parent a862fe3 commit b545dba

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ project(lucene++)
88

99
set(lucene++_VERSION_MAJOR 3)
1010
set(lucene++_VERSION_MINOR 0)
11-
set(lucene++_VERSION_PATCH 8)
11+
set(lucene++_VERSION_PATCH 9)
1212
set(lucene++_SOVERSION "0")
1313

1414
set(lucene++_VERSION

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Lucene++
22
==========
33

4-
Welcome to lucene++ version **3.0.8**.
4+
Welcome to lucene++ version **3.0.9**.
55

66
Lucene++ is a C++ port of the popular Java [Lucene](http://lucene.apache.org/)
77
library, a high-performance, full-featured text search engine.

src/core/util/Constants.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ String Constants::OS_NAME = L"HURD";
2525
String 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

3131
Constants::Constants() {
3232
// private

0 commit comments

Comments
 (0)