Version bump - v1.10.1 #227

Merged
muellerr merged 2 commits from mueller/version-fix into main 2022-04-22 16:17:24 +02:00
2 changed files with 5 additions and 1 deletions

View File

@ -20,6 +20,10 @@ list yields a list of all related PRs for each release.
- Add `/usr/local/bin` to PATH. All shell scripts are there now
- Rename GPS device to `/dev/gps0`
# [v1.10.1]
Version bump
# [v1.10.0]
For all releases equal or prior to v1.10.0,

View File

@ -4,7 +4,7 @@
const char* const SW_NAME = "eive";
#define SW_VERSION 1
#define SW_SUBVERSION 9
#define SW_SUBVERSION 10
#define SW_REVISION 1
#endif /* COMMON_CONFIG_OBSWVERSION_H_ */