Skip to content

Commit

Permalink
bump versions correctly this time...
Browse files Browse the repository at this point in the history
  • Loading branch information
bwalex committed Mar 2, 2020
1 parent 05ec48b commit 2d8d597
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2020-03-02 Version 3.3 - Alex Hornung <alex@alexhornung.com>

* Add new --prompt-passphrase option to reduce unlock time when both a
passphrase and keyfiles are required (issue #75).


2020-02-27 Version 3.1 - Alex Hornung <alex@alexhornung.com>

* Various memory leak/use-after-free bugs (issue #67).
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.6)

project (tcplay)
set (VERSION_MAJOR 3)
set (VERSION_MINOR 1)
set (VERSION_MINOR 3)

find_package (PkgConfig)
include (CheckLibraryExists)
Expand Down
2 changes: 1 addition & 1 deletion Makefile.classic
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LN?=ln
DEBUG?=no

MAJ_VER=3
MIN_VER=1
MIN_VER=3


# I've given up on -Werror for now; many Linux distros have warnings even in
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Download for packaging
==========
Latest release can be found as a (source) tarball at:

https://github.com/bwalex/tc-play/archive/v3.1.tar.gz
https://github.com/bwalex/tc-play/archive/v3.3.tar.gz



Expand Down

0 comments on commit 2d8d597

Please sign in to comment.