Skip to content

Commit

Permalink
Changed version number to 1.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
apaillier-ledger committed Jul 26, 2024
1 parent 9c5c9bc commit aa2d12d
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 @@ -38,9 +38,9 @@ endif
include ./makefile_conf/chain/$(CHAIN).mk

APPVERSION_M = 1
APPVERSION_N = 12
APPVERSION_P = 0
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)-dev
APPVERSION_N = 11
APPVERSION_P = 1
APPVERSION = $(APPVERSION_M).$(APPVERSION_N).$(APPVERSION_P)

# Application source files
APP_SOURCE_PATH += src src_features src_plugins
Expand Down

0 comments on commit aa2d12d

Please sign in to comment.