gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r12125: Advertise 8.0.0 version by d


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r12125: Advertise 8.0.0 version by default. This should be the safest bet for avoiding AVM2 (youtube works fine with this)
Date: Wed, 31 Mar 2010 22:45:10 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 12125
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Wed 2010-03-31 22:45:10 +0200
message:
  Advertise 8.0.0 version by default. This should be the safest bet for 
avoiding AVM2 (youtube works fine with this)
modified:
  configure.ac
=== modified file 'configure.ac'
--- a/configure.ac      2010-03-24 22:48:23 +0000
+++ b/configure.ac      2010-03-31 20:45:10 +0000
@@ -37,9 +37,9 @@
 dnl Set the default values for Flash Version. These are converted into
 dnl various strings to make JavaScript or ActionScript detectors
 dnl recognize Gnash as a SWF Player.
-DEFAULT_FLASH_MAJOR_VERSION="10"
-DEFAULT_FLASH_MINOR_VERSION="1"
-DEFAULT_FLASH_REV_NUMBER="999"
+DEFAULT_FLASH_MAJOR_VERSION="8"
+DEFAULT_FLASH_MINOR_VERSION="0"
+DEFAULT_FLASH_REV_NUMBER="0"
 AC_SUBST(DEFAULT_FLASH_MAJOR_VERSION)
 AC_SUBST(DEFAULT_FLASH_MINOR_VERSION)
 AC_SUBST(DEFAULT_FLASH_REV_NUMBER)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]