From dc885e947ec3da4d75d41886af7f3619c6e47dd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Sun, 22 Aug 2021 16:52:28 +0200 Subject: [PATCH] Adjust version number --- Software/PC_Application/LibreVNA-GUI.pro | 2 +- Software/VNA_embedded/.cproject | 4 ++-- Software/VNA_embedded/Makefile | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Software/PC_Application/LibreVNA-GUI.pro b/Software/PC_Application/LibreVNA-GUI.pro index bc2c73be..702eb76a 100644 --- a/Software/PC_Application/LibreVNA-GUI.pro +++ b/Software/PC_Application/LibreVNA-GUI.pro @@ -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 diff --git a/Software/VNA_embedded/.cproject b/Software/VNA_embedded/.cproject index 6f66a868..c9b80149 100644 --- a/Software/VNA_embedded/.cproject +++ b/Software/VNA_embedded/.cproject @@ -189,9 +189,9 @@ - + - + diff --git a/Software/VNA_embedded/Makefile b/Software/VNA_embedded/Makefile index a78157a4..8f06c5ad 100644 --- a/Software/VNA_embedded/Makefile +++ b/Software/VNA_embedded/Makefile @@ -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))" \