Skip to content

Commit

Permalink
libdwarfs version bumped to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Oct 21, 2023
1 parent 3b3e0f4 commit b76fa81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ if(IS_MSYS)
endif(IS_MSYS)

def_ext_prj_g(INCBIN "348e36b")
def_ext_prj_g(DWARFS_WR "v0.4.0.pre")
def_ext_prj_g(DWARFS_WR "v0.4.0")

if (DEFINED ENV{BUNDLER_VER})
set(BUNDLER_VER $ENV{BUNDLER_VER})
Expand Down
2 changes: 1 addition & 1 deletion common.env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BUILD_TYPE=Release
DEPS=deps
INCBIN_TAG=348e36b
DWARFS_WR_TAG=v0.4.0.pre
DWARFS_WR_TAG=v0.4.0
BUNDLER_VER=2.3.22
RUBY_VER=3.1.4

0 comments on commit b76fa81

Please sign in to comment.