Skip to content

Commit

Permalink
Merge pull request #334 from AlbertaSat/taylorr/feature/release-1.0.0…
Browse files Browse the repository at this point in the history
…-rc1

Taylorr/feature/release 1.0.0 rc1
  • Loading branch information
Taylorr82 authored Oct 25, 2022
2 parents dcf0f85 + 48f5d02 commit f6c3ad4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion ex2_hal/ex2_uhf_software
2 changes: 1 addition & 1 deletion libcsp
6 changes: 3 additions & 3 deletions main/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

#include <stdint.h>

#define VERSION "0.9.0"
#define VERSION_MAJOR 0
#define VERSION_MINOR 9
#define VERSION "1.0.0-rc1"
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 0

#endif // VERSION_H

0 comments on commit f6c3ad4

Please sign in to comment.