Skip to content

Commit

Permalink
corr. version.h
Browse files Browse the repository at this point in the history
  • Loading branch information
roema committed Dec 28, 2020
1 parent 65c9d65 commit 7cb0f7d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ognbase/ognbase.ino
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

-

/*
ognbase(.ino) firmware
Expand Down
12 changes: 6 additions & 6 deletions ognbase/version.h
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
//The version number conforms to semver.org format
#define _VERSION_MAJOR 0
#define _VERSION_MINOR 0
#define _VERSION_PATCH 12
#define _VERSION_BUILD 12
#define _VERSION_MINOR 1
#define _VERSION_PATCH 0
#define _VERSION_BUILD 1
#define _VERSION_DATE "28/12/2020"
#define _VERSION_TIME "23:06:20"
#define _VERSION_ONLY "0.0.12"
#define _VERSION_NOBUILD "0.0.12 (28/12/2020)"
#define _VERSION "0.0.12-12"
#define _VERSION_ONLY "0.1.0"
#define _VERSION_NOBUILD "0.1.0 (28/12/2020)"
#define _VERSION "0.1.0-1"
//The version information is created automatically, more information here: https://github.com/rvdbreemen/autoinc-semver

0 comments on commit 7cb0f7d

Please sign in to comment.