Skip to content

Commit

Permalink
Upgrade CEF and bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttalvitie committed Mar 18, 2023
1 parent 48da1f8 commit ff634e5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace browservice {

const char* BrowserviceVersion = "0.9.6.3";
const char* BrowserviceVersion = "0.9.6.4";

namespace {

Expand Down
4 changes: 2 additions & 2 deletions tools/build_patched_cef.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import urllib.request
from base64 import b64encode

DEFAULT_BRANCH = "5481"
DEFAULT_COMMIT = "16a2153"
DEFAULT_BRANCH = "5563"
DEFAULT_COMMIT = "491d238"

# Created at the end of the file.
PATCHER_SCRIPT = None
Expand Down
2 changes: 1 addition & 1 deletion tools/linux_cef_build_docker_image/install/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -x

chromium_version=110.0.5481.104
chromium_version=111.0.5563.65

# Script from
# https://magpcss.org/ceforum/viewtopic.php?f=7&t=17776&p=46448#p47371
Expand Down
2 changes: 1 addition & 1 deletion viceplugins/retrojsvice/src/vice_plugin_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace {

using namespace retrojsvice;

const char* RetrojsviceVersion = "0.9.6.3";
const char* RetrojsviceVersion = "0.9.6.4";

template <typename T>
class GlobalCallback {
Expand Down

0 comments on commit ff634e5

Please sign in to comment.