Skip to content

Commit

Permalink
Update version patch
Browse files Browse the repository at this point in the history
  • Loading branch information
eigendude committed Dec 14, 2024
1 parent 2cdfbcd commit ecd0462
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ index 01db018..a5c9298 100644
GIT_VERSION ?= " $(shell git describe --abbrev=7 --dirty --always --tags || echo unknown)"
ifneq ($(GIT_VERSION)," unknown")
- CXXFLAGS += -DEMULATOR_BUILD=\"$(GIT_VERSION)\"
+ CXXFLAGS += -DEMULATOR_BUILD=\"1.2.0\"
+ CXXFLAGS += -DEMULATOR_BUILD=\"1.3.0\"
endif

include Makefile.common
Expand Down

0 comments on commit ecd0462

Please sign in to comment.