Skip to content

Commit

Permalink
release version 058-rc9
Browse files Browse the repository at this point in the history
  • Loading branch information
vlastahajek committed Mar 7, 2022
1 parent 7e7826d commit 873b93c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions arduino/WeatherStation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Changelog
## 0.58-rc9
## Fixes
- Fixed update version comparing

## 0.58-rc8
## Fixes
- Improved Web UI validation messages
Expand Down
2 changes: 1 addition & 1 deletion arduino/WeatherStation/Version.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#ifndef VERSION_H
#define VERSION_H

#define VERSION "0.58-rc8"
#define VERSION "0.58-rc9"

const char *getLongVersion();

Expand Down
2 changes: 1 addition & 1 deletion arduino/WeatherStation/scripts/createReleaseFiles.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
setlocal
set BUILD_FOLDER=c:\tmp\_ArduinoOutput\d1mini\weatherstation
rem grep "#define VERSION.*[0-9]" ..\Version.h | sed -n "s/.*VERSION.*\([0-9]\.[0-9]\+.*\)""/\1/p"
set VERSION=0.58-rc8
set VERSION=0.58-rc9
pushd %BUILD_FOLDER%
copy /y WeatherStation.ino.bin ws-firmware-%VERSION%.bin
copy /y WeatherStation.ino.elf ws-firmware-%VERSION%.elf
Expand Down

0 comments on commit 873b93c

Please sign in to comment.