Skip to content

Commit

Permalink
updated CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Jan 21, 2023
1 parent f987638 commit 4094d65
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## 2.6.1
- Fix a bug of outputting access log.
- Added a link option for LZ4 shared library on Linux of macOS.

## 2.6.0
- Implemented in-memory KVS for cache system.
- Added a link option for Glog shared library.
Expand Down
2 changes: 1 addition & 1 deletion src/tglobal.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#pragma once
constexpr auto TF_VERSION_STR = "2.6.1";
constexpr auto TF_VERSION_NUMBER = 0x020601;
constexpr auto TF_SRC_REVISION = 2756;
constexpr auto TF_SRC_REVISION = 2758;

#include <QMetaType>
#include <QIODevice>
Expand Down

0 comments on commit 4094d65

Please sign in to comment.