Skip to content

Commit

Permalink
version: Set Tizen Lite version to 5.0
Browse files Browse the repository at this point in the history
Set Tizen Lite platform version to 5.0.
It is shown in "System Informatin" when booting.

System Information:
	Version:
		Platform: 5.0	Binary: 200204
  • Loading branch information
jeongarmy authored and sunghan-chang committed Jul 19, 2024
1 parent a1c01b1 commit 1b0f064
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion os/Makefile.unix
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ tools/mkversion$(HOSTEXEEXT):

$(TOPDIR)/.version: force_build
echo "create .version file"; \
tools/version.sh -v 3.1 .version; \
tools/version.sh -v 5.0 .version; \
chmod 755 .version

include/tinyara/version.h: $(TOPDIR)/.version tools/mkversion$(HOSTEXEEXT)
Expand Down
8 changes: 4 additions & 4 deletions os/Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -263,14 +263,14 @@ tools\mkversion$(HOSTEXEEXT):
$(Q) $(MAKE) -C tools -f Makefile.host TOPDIR="$(TOPDIR)" mkversion$(HOSTEXEEXT)

$(TOPDIR)\.version:
$(Q) echo CONFIG_VERSION_STRING="3.1" > .version
$(Q) echo CONFIG_VERSION_MAJOR=3 >> .version
$(Q) echo CONFIG_VERSION_MINOR=1 >> .version
$(Q) echo CONFIG_VERSION_STRING="5.0" > .version
$(Q) echo CONFIG_VERSION_MAJOR=5 >> .version
$(Q) echo CONFIG_VERSION_MINOR=0 >> .version
$(Q) echo CONFIG_VERSION_BUILD="0" >> .version

# $(Q) if [ ! -f .version ]; then \
# echo "No .version file found, creating one"; \
# tools\version.sh -v 3.1 -b 0 .version; \
# tools\version.sh -v 5.0 -b 0 .version; \
# chmod 755 .version; \
# fi

Expand Down

0 comments on commit 1b0f064

Please sign in to comment.