Skip to content

Commit

Permalink
starts the 2.5.0 release cycle (BinaryAnalysisPlatform#1387)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivg authored Dec 9, 2021
1 parent 7bc3156 commit c93fb75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
env:
OPAMJOBS: 2
OPAMRETRES: 8
VERSION: 2.4.0
VERSION: 2.5.0

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-regress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/checkout@v2
with:
repository: BinaryAnalysisPlatform/bap
ref: v2.3.0
ref: v2.4.0

- name: Install Extra System Dependencies
run: sudo apt-get install dejagnu --yes
Expand Down
2 changes: 1 addition & 1 deletion oasis/common
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: bap
Version: 2.4.0
Version: 2.5.0-alpha
OCamlVersion: >= 4.08.0
Synopsis: BAP Core Library
Authors: BAP Team
Expand Down
2 changes: 1 addition & 1 deletion oasis/common.omake
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OASISFormat: 0.4
Name: bap
Version: 2.4.0
Version: 2.5.0-alpha
OCamlVersion: >= 4.08.0
Synopsis: BAP Core Library
Authors: BAP Team
Expand Down

0 comments on commit c93fb75

Please sign in to comment.