Skip to content

Commit

Permalink
new release 0.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dbluelle committed Aug 21, 2022
1 parent 178b021 commit ef0fd06
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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...3.19)
PROJECT(LIGHTSPARK)
SET(MAJOR_VERSION "0")
SET(MINOR_VERSION "8")
SET(PATCH_VERSION "5")
SET(PATCH_VERSION "6")
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.6:

* implement support for GIF images (single image GIFs only)
* add commandline parameter (--fullscreen) to start lightspark in fullscreen mode
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Source: lightspark
Section: utils
Priority: optional
Maintainer: Alessandro Pignotti <a.pignotti@sssup.it>
Build-Depends: g++ (>=4.5), cmake, nasm, debhelper (>= 7), libgl1-mesa-dev, libxext-dev, libcurl4-gnutls-dev | libcurl4-openssl-dev, zlib1g-dev, libavcodec-dev, libglew1.5-dev, libcairo2-dev, libgtk2.0-dev, libjpeg8-dev, libavformat-dev, libavresample-dev, libpango1.0-dev, librtmp-dev, liblzma-dev, libfreetype6-dev, libpng-dev, libsdl2-dev, libsdl2-mixer-dev
Build-Depends: g++ (>=4.5), cmake, nasm, debhelper (>= 7), libgl1-mesa-dev, libxext-dev, libcurl4-gnutls-dev | libcurl4-openssl-dev, zlib1g-dev, libavcodec-dev, libglew1.5-dev, libcairo2-dev, libjpeg8-dev, libavformat-dev, libavresample-dev, libpango1.0-dev, librtmp-dev, liblzma-dev, libfreetype6-dev, libpng-dev, libsdl2-dev, libsdl2-mixer-dev
Standards-Version: 3.8.4
Homepage: http://lightspark.github.io
Vcs-git: git://github.com/lightspark/lightspark.git
Expand Down

0 comments on commit ef0fd06

Please sign in to comment.