Skip to content

Commit

Permalink
Merge branch 'master' into feature/ocean-archive
Browse files Browse the repository at this point in the history
  • Loading branch information
Jouzo authored Sep 23, 2024
2 parents 0e044a2 + 6ff00a5 commit 29b79c3
Show file tree
Hide file tree
Showing 14 changed files with 799 additions and 27 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, 7)
define(_CLIENT_VERSION_REVISION, 8)
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 29b79c3

Please sign in to comment.