Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
parnham committed Jun 30, 2020
1 parent 29a6f45 commit dbe3dd1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
libpsinc0 (0.1.31) unstable; urgency=medium

* Added focal support

-- Dan Parnham <dan@emergent-design.co.uk> Tue, 30 Jun 2020 21:55:21 +0100

libpsinc0 (0.1.30) unstable; urgency=medium

* Alternative use of std::async in Bayer decoding specifically for MSVC since it has
Expand Down
2 changes: 1 addition & 1 deletion packages/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.30
0.1.31
2 changes: 1 addition & 1 deletion src/psinc/Psinc.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "psinc/Psinc.h"

#define PSINC_VERSION "0.1.30"
#define PSINC_VERSION "0.1.31"


namespace psinc
Expand Down

0 comments on commit dbe3dd1

Please sign in to comment.