Skip to content

Commit

Permalink
new version 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dbluelle committed Sep 15, 2019
1 parent a5a0aa6 commit c50e195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
PROJECT(LIGHTSPARK)
SET(MAJOR_VERSION "0")
SET(MINOR_VERSION "8")
SET(PATCH_VERSION "1")
SET(PATCH_VERSION "2")
SET(SUBPATCH_VERSION "0")

IF(EXISTS "${CMAKE_SOURCE_DIR}/.git/")
Expand Down
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lightspark: An open source flash player implementation

Version NEXT:
Version 0.8.2:

* implement support for text input
* implement support for sound streaming (SoundStreamHead/SoundStreamHeadBlock tags)
Expand Down

0 comments on commit c50e195

Please sign in to comment.