If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.
List of issues#907 Version info is wrong in project.properties file
Author: honfika
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: Build
State: closed
> What steps will reproduce the problem?
Open ffdec.lib/project.properties with a text editor.
It contains:
version=5.3.0
nightly=${nightly} <= this should not be here
Open ffdec_lib.jar:
version=1.0.0 <= WRONG version number
nightly=${nightly} <= this should not be here
> What version of the product are you using? On what operating system?
5.3.0 stable, downloaded from website
Nightly 1527 is built with correct version info - same version info as GUI part.
State: new→upgraded
Thanks, works.
State: upgraded→closed