Skip to content

Commit

Permalink
update version to 1.3.9 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongxiao123456 authored Oct 28, 2020
1 parent ea4df2b commit c3a8dcf
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion kae_driver/hisilicon/hpre/hpre_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1051,4 +1051,4 @@ module_exit(hpre_exit);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Zaibo Xu <[email protected]>");
MODULE_DESCRIPTION("Driver for HiSilicon HPRE accelerator");
MODULE_VERSION("1.3.8");
MODULE_VERSION("1.3.9");
2 changes: 1 addition & 1 deletion kae_driver/hisilicon/qm.c
Original file line number Diff line number Diff line change
Expand Up @@ -4250,4 +4250,4 @@ EXPORT_SYMBOL_GPL(hisi_qm_reset_done);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Zhou Wang <[email protected]>");
MODULE_DESCRIPTION("HiSilicon Accelerator queue manager driver");
MODULE_VERSION("1.3.8");
MODULE_VERSION("1.3.9");
2 changes: 1 addition & 1 deletion kae_driver/hisilicon/rde/rde_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -872,4 +872,4 @@ module_exit(hisi_rde_exit);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Yu'an Wang<[email protected]>");
MODULE_DESCRIPTION("Driver for HiSilicon RDE accelerator");
MODULE_VERSION("1.3.8");
MODULE_VERSION("1.3.9");
2 changes: 1 addition & 1 deletion kae_driver/hisilicon/sec2/sec_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1024,4 +1024,4 @@ MODULE_AUTHOR("Zaibo Xu <[email protected]>");
MODULE_AUTHOR("Longfang Liu <[email protected]>");
MODULE_AUTHOR("Zhang Wei <[email protected]>");
MODULE_DESCRIPTION("Driver for HiSilicon SEC accelerator");
MODULE_VERSION("1.3.8");
MODULE_VERSION("1.3.9");
2 changes: 1 addition & 1 deletion kae_driver/hisilicon/sgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -269,4 +269,4 @@ void hisi_acc_sg_buf_unmap(struct device *dev, struct scatterlist *sgl,
hw_sgl->entry_length_in_sgl = 0;
}
EXPORT_SYMBOL_GPL(hisi_acc_sg_buf_unmap);
MODULE_VERSION("1.3.8");
MODULE_VERSION("1.3.9");
2 changes: 1 addition & 1 deletion kae_driver/hisilicon/zip/zip_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -998,4 +998,4 @@ module_exit(hisi_zip_exit);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("Zhou Wang <[email protected]>");
MODULE_DESCRIPTION("Driver for HiSilicon ZIP accelerator");
MODULE_VERSION("1.3.8");
MODULE_VERSION("1.3.9");
2 changes: 1 addition & 1 deletion kae_driver/kae_driver.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: kae_driver
Summary: Kunpeng Accelerator Engine Kernel Driver
Version: 1.3.8
Version: 1.3.9
Release: 1%dist
License: GPL-2.0
Source: %{name}-%{version}.tar.gz
Expand Down
2 changes: 1 addition & 1 deletion kae_driver/uacce/uacce.c
Original file line number Diff line number Diff line change
Expand Up @@ -1352,4 +1352,4 @@ module_exit(uacce_exit);
MODULE_LICENSE("GPL v2");
MODULE_AUTHOR("HiSilicon Tech. Co., Ltd.");
MODULE_DESCRIPTION("Accelerator interface for Userland applications");
MODULE_VERSION("1.3.8");
MODULE_VERSION("1.3.9");
2 changes: 1 addition & 1 deletion warpdrive/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AM_CFLAGS+=-DWITH_LOG_FILE=\"$(with_log_file)\"
endif

lib_LTLIBRARIES=libwd.la
libwd_la_LDFLAGS=-version-info 4:8:3
libwd_la_LDFLAGS=-version-info 4:9:3
libwd_la_SOURCES=wd.c wd_adapter.c wd.h wd_adapter.h \
wd_rsa.c wd_rsa.h \
wd_dh.c wd_dh.h \
Expand Down
2 changes: 1 addition & 1 deletion warpdrive/libwd.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: libwd
Summary: Huawei Accelerator Library
Version: 1.3.8
Version: 1.3.9
Release: 1%dist
License: Apache-2.0
Source: %{name}-%{version}.tar.gz
Expand Down

0 comments on commit c3a8dcf

Please sign in to comment.