Skip to content

Commit

Permalink
Merge pull request #52 from Cisco-Talos/1.4.0-version-number-fix
Browse files Browse the repository at this point in the history
Fix version number in Jenkinsfile and News ahead of 1.4.0 release
  • Loading branch information
micahsnyder committed May 30, 2024
2 parents 7a3da3a + ba80f02 commit bd67c91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ properties(
parameters(
[
string(name: 'VERSION',
defaultValue: '1.0',
defaultValue: '1.4.0',
description: 'bcc version string'),
string(name: 'FRAMEWORK_BRANCH',
defaultValue: '0.104',
defaultValue: '1.4',
description: 'test-framework branch'),
string(name: 'BUILD_BRANCH',
defaultValue: 'master',
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For example:
> - [bytecode_api.h](headers/bytecode_api.h)
> - [bytecode_local.h](headers/bytecode_local.h)
## `1.3.0-rc`
## `1.4.0`

➕ Upgrade bytecode compiler project to LLVM 16.
- The bytecode compiler project now builds multiple shared object files,
Expand Down

0 comments on commit bd67c91

Please sign in to comment.