Skip to content

Commit

Permalink
Switching CI to R4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alimirjamali committed Oct 23, 2024
1 parent 36040ec commit 51acf98
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
include:
- file: /r4.2/gitlab-base.yml
- file: /r4.3/gitlab-base.yml
project: QubesOS/qubes-continuous-integration
ref: $CI_BRANCH_REF
- file: /r4.2/gitlab-host.yml
- file: /r4.3/gitlab-host.yml
project: QubesOS/qubes-continuous-integration
ref: $CI_BRANCH_REF
- file: /r4.2/gitlab-vm.yml
- file: /r4.3/gitlab-vm.yml
project: QubesOS/qubes-continuous-integration
ref: $CI_BRANCH_REF
- file: /r4.2/gitlab-host-vm-openqa.yml
- file: /r4.3/gitlab-host-vm-openqa.yml
project: QubesOS/qubes-continuous-integration
ref: $CI_BRANCH_REF
variables:
Expand Down
2 changes: 1 addition & 1 deletion gui-agent/vmside.c
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
/* Supported protocol version */

#define PROTOCOL_VERSION_MAJOR 1
#define PROTOCOL_VERSION_MINOR 7
#define PROTOCOL_VERSION_MINOR 8
#define PROTOCOL_VERSION (PROTOCOL_VERSION_MAJOR << 16 | PROTOCOL_VERSION_MINOR)

#if !(PROTOCOL_VERSION_MAJOR == QUBES_GUID_PROTOCOL_VERSION_MAJOR && \
Expand Down

0 comments on commit 51acf98

Please sign in to comment.