Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
matteodelabre committed Jan 25, 2021
1 parent 4142316 commit 2723e80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.3.1

- Fix compatibility with TigerVNC.
- Fill-in the `depth` PixelFormat flag appropriately.

## v0.3.0

- Rename from rmvncclient to VNSee.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.7)
project(VNSee VERSION 0.3.0)
project(VNSee VERSION 0.3.1)

# Import libvncserver in static mode
set(BUILD_SHARED_LIBS OFF CACHE STRING "" FORCE)
Expand Down

0 comments on commit 2723e80

Please sign in to comment.