Skip to content

Commit

Permalink
Set version to '3.5.0-swap1'
Browse files Browse the repository at this point in the history
  • Loading branch information
cedelavergne-ledger committed Dec 2, 2024
1 parent 7d3617b commit 7d0e2f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ APPNAME = "Exchange"

# Application version
APPVERSION_M = 3
APPVERSION_N = 4
APPVERSION_P = 1
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)"
APPVERSION_N = 5
APPVERSION_P = 0
APPVERSION = "$(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-swap1"

# Application source files
APP_SOURCE_PATH += src
Expand Down

0 comments on commit 7d0e2f2

Please sign in to comment.