Skip to content

Commit

Permalink
Bump to v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mario4tier committed Jan 11, 2025
1 parent fb703a3 commit 1b2f76f
Show file tree
Hide file tree
Showing 12 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ project(ta-lib)

set(TA_LIB_VERSION_MAJOR 0)
set(TA_LIB_VERSION_MINOR 6)
set(TA_LIB_VERSION_PATCH 3)
set(TA_LIB_VERSION_PATCH 4)

set(PROJECT_VERSION "${TA_LIB_VERSION_MAJOR}.${TA_LIB_VERSION_MINOR}.${TA_LIB_VERSION_PATCH}")

Expand Down
Binary file removed dist/ta-lib-0.6.3-src.tar.gz
Binary file not shown.
Binary file added dist/ta-lib-0.6.4-src.tar.gz
Binary file not shown.
Binary file removed dist/ta-lib_0.6.3_amd64.deb
Binary file not shown.
Binary file removed dist/ta-lib_0.6.3_arm64.deb
Binary file not shown.
Binary file removed dist/ta-lib_0.6.3_i386.deb
Binary file not shown.
Binary file added dist/ta-lib_0.6.4_amd64.deb
Binary file not shown.
Binary file added dist/ta-lib_0.6.4_arm64.deb
Binary file not shown.
Binary file added dist/ta-lib_0.6.4_i386.deb
Binary file not shown.
2 changes: 1 addition & 1 deletion include/ta_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ TA_LIB_API TA_RetCode TA_Shutdown( void );
* This value is updated whenever a make, cmake or any source files
* modification should trig a repackaging of TA-Lib.
*/
#define TA_LIB_SOURCES_DIGEST d8f2324bae6ae0ed3082e30fe8e1edcb
#define TA_LIB_SOURCES_DIGEST f56bc6c0c0d72f1ee648897220e3ec3f

#ifdef __cplusplus
}
Expand Down
2 changes: 1 addition & 1 deletion src/ta_common/ta_version.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
*/
#define MAJOR "0"
#define MINOR "6"
#define PATCH "3"
#define PATCH "4"

/* Deprecated: Use PATCH instead. */
#define BUILD PATCH
Expand Down
2 changes: 1 addition & 1 deletion ta-lib.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# 012908 JS Enhancement + add x86_64 support
# 011024 MF Change source to Github, add URL

%define ta_ver 0.6.3
%define ta_ver 0.6.4

Summary: Technical Analysis Library
Name: ta-lib
Expand Down

0 comments on commit 1b2f76f

Please sign in to comment.