Skip to content

Commit

Permalink
Merge branch 'master' into bush/block-time
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Sep 24, 2024
2 parents c493ecc + 6582e1d commit 1d912de
Show file tree
Hide file tree
Showing 39 changed files with 2,302 additions and 249 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N)
AC_PREREQ([2.60])
define(_CLIENT_VERSION_MAJOR, 4)
define(_CLIENT_VERSION_MINOR, 1)
define(_CLIENT_VERSION_REVISION, 6)
define(_CLIENT_VERSION_REVISION, 9)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_RC, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
Expand Down
1 change: 1 addition & 0 deletions lib/ain-contracts/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ fn main() -> Result<()> {
("dst20", "DST20"),
("dst20_v1", "DST20V1"),
("dst20_v2", "DST20V2"),
("dst20_v3", "DST20V3"),
];

for (sol_project_name, contract_name) in contracts {
Expand Down
Loading

0 comments on commit 1d912de

Please sign in to comment.