Skip to content

Commit d7bb556

Browse files
committed
Bumped the project version number in CMakeLists
1 parent 91d70d7 commit d7bb556

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ endif()
77

88
# setup the CMake project
99
project("fras"
10-
VERSION 0.0.1
11-
DESCRIPTION "Represents a context-free grammar as an array mapped trie"
10+
VERSION 0.3.0
11+
DESCRIPTION "A library the provides bit packed representations of and random access to grammar-compressed strings"
1212
LANGUAGES CXX
1313
)
1414

0 commit comments

Comments
 (0)