Skip to content

Commit

Permalink
bump version to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
gkdr committed Jan 29, 2022
1 parent b32dc8d commit 86f0317
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [x.x.x] - xxxx-xx-xx
## [0.3.7] - 2022-01-29
### Fixed
- Compiler warnings ([#21](https://github.com/gkdr/axc/issues/21), [#29](https://github.com/gkdr/axc/pull/29)) (thanks, [@hartwork](https://github.com/hartwork)!)
- `gcc` can now be set from env like the rest of the tools. ([#30](https://github.com/gkdr/axc/pull/30))) (thanks, [@henry-nicolas](https://github.com/henry-nicolas) and Helmut Grohne!)
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CMAKE ?= cmake
CMAKE_FLAGS = -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_FLAGS=-fPIC
ARCH := $(shell $(CC) -print-multiarch)
VER_MAJ = 0
VERSION = 0.3.6
VERSION = 0.3.7

AX_DIR=./lib/libsignal-protocol-c
AX_BDIR=$(AX_DIR)/build
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# axc 0.3.6
# axc 0.3.7
Client lib for [libsignal-c](https://github.com/WhisperSystems/libsignal-protocol-c), implementing the needed database and crypto interfaces using SQLite and gcrypt.
Initially, the library's name was _libaxolotl_, hence the name.

Expand Down

0 comments on commit 86f0317

Please sign in to comment.