Skip to content

Commit

Permalink
Adjust version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Aug 22, 2021
1 parent df76725 commit dc885e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Software/PC_Application/LibreVNA-GUI.pro
Original file line number Diff line number Diff line change
Expand Up @@ -303,5 +303,5 @@ RESOURCES += \
CONFIG += c++17
REVISION = $$system(git rev-parse HEAD)
DEFINES += GITHASH=\\"\"$$REVISION\\"\"
DEFINES += FW_MAJOR=1 FW_MINOR=1 FW_PATCH=2 FW_SUFFIX=""#\\"\"-alpha.2\\"\"
DEFINES += FW_MAJOR=1 FW_MINOR=2 FW_PATCH=0 FW_SUFFIX=""#\\"\"-alpha.2\\"\"
DEFINES -= _UNICODE UNICODE
4 changes: 2 additions & 2 deletions Software/VNA_embedded/.cproject
Original file line number Diff line number Diff line change
Expand Up @@ -189,9 +189,9 @@

<listOptionValue builtIn="false" value="FW_MAJOR=1"/>

<listOptionValue builtIn="false" value="FW_PATCH=1"/>
<listOptionValue builtIn="false" value="FW_PATCH=0"/>

<listOptionValue builtIn="false" value="FW_MINOR=1"/>
<listOptionValue builtIn="false" value="FW_MINOR=2"/>

<listOptionValue builtIn="false" value="USE_FULL_LL_DRIVER"/>

Expand Down
4 changes: 2 additions & 2 deletions Software/VNA_embedded/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ MCU = $(CPU) -mthumb $(FLOAT-ABI) $(FPU)
# C defines
C_DEFS = \
-DFW_MAJOR=1 \
-DFW_MINOR=1 \
-DFW_PATCH=1 \
-DFW_MINOR=2 \
-DFW_PATCH=0 \
-DUSE_FULL_LL_DRIVER \
-DHW_REVISION="'B'" \
-D__weak="__attribute__((weak))" \
Expand Down

0 comments on commit dc885e9

Please sign in to comment.