We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f52abd commit 075f002Copy full SHA for 075f002
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Next version (unpublished)
+## v0.3.0
4
5
- Rename from rmvncclient to VNSee.
6
- Update libvncserver to 0.9.13.
CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.7)
-project(VNSee VERSION 0.2.0)
+project(VNSee VERSION 0.3.0)
# Import libvncserver in static mode
set(BUILD_SHARED_LIBS OFF CACHE STRING "" FORCE)
0 commit comments