Skip to content

Commit

Permalink
Prepare for 1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezbios committed Jan 31, 2024
1 parent 9762fd1 commit 6b2a85f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/firmware/lib/QuokkADB/include/platform_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
#pragma once

// Use macros for version number
#define FW_VER_NUM "0.5.1"
#define FW_VER_SUFFIX "beta"
#define FW_VER_NUM "1.0"
#define FW_VER_SUFFIX "release"
#define PLATFORM_FW_VERSION FW_VER_NUM "-" FW_VER_SUFFIX
#define PRODUCT_NAME "QuokkADB"
#define PLATFORM_FW_VER_STRING PRODUCT_NAME " firmware: " PLATFORM_FW_VERSION " " __DATE__ " " __TIME__
Expand Down

0 comments on commit 6b2a85f

Please sign in to comment.