Skip to content

Commit

Permalink
[build] Fix packaging error
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakelly committed Oct 23, 2024
1 parent 2faec9e commit b1015fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Empty file added HISTORY.md
Empty file.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#-----------------------------------------------

FORST_VERSION ?= 0.1.0
FORST_VERSION ?= 0.1.2-beta

BASH_EXISTS := $(shell which bash)
SHELL := $(shell which bash)
Expand Down Expand Up @@ -2117,6 +2117,7 @@ else
endif
endif
ROCKSDB_JAVA_VERSION ?= $(ROCKSDB_MAJOR).$(ROCKSDB_MINOR).$(ROCKSDB_PATCH)
ROCKSDB_JAVA_VERSION = $(FORST_VERSION)
ROCKSDB_JAR = forstjni-$(ROCKSDB_JAVA_VERSION)-linux$(ARCH)$(JNI_LIBC_POSTFIX).jar
ROCKSDB_JAR_ALL = forstjni-$(ROCKSDB_JAVA_VERSION).jar
ROCKSDB_JAVADOCS_JAR = forstjni-$(ROCKSDB_JAVA_VERSION)-javadoc.jar
Expand Down

0 comments on commit b1015fe

Please sign in to comment.