Skip to content

Commit

Permalink
Change master branch into unstable development branch (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShooterIT committed Mar 10, 2021
1 parent a9e21db commit 2f6836d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10)
project(kvrocks
VERSION 1.3.1
VERSION 999.999.999
DESCRIPTION "NoSQL which based on rocksdb and compatible with the Redis protocol"
LANGUAGES CXX)

Expand Down
6 changes: 4 additions & 2 deletions Changelog
@@ -1,4 +1,6 @@
## Version 1.3.1
# Version 999.999.999

# Version 1.3.1

New features
- Support to set max total wal size for rocksdb (#191)
Expand All @@ -12,7 +14,7 @@ Bug fixes
- Check whether replication port is in use (#192)
- Fix using the line as error msg which has freed (#193)

## Version 1.3.0
# Version 1.3.0

License
- Change the license from MIT to BSD-3-Clause
Expand Down

0 comments on commit 2f6836d

Please sign in to comment.