Skip to content

Commit

Permalink
Fixed the Macros
Browse files Browse the repository at this point in the history
  • Loading branch information
livingkurt committed Dec 9, 2024
1 parent a98c8c6 commit 34359aa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Helios/HeliosConfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@

// Helios Version Number
//
// It is expected that DHELIOS_VERSION_NUMBER will be provided on the command line to the
// compiler as a -DHELIOS_VERSION_NUMBER=a.b.c but if it's not it will default here
#ifndef DHELIOS_VERSION_NUMBER
#define DHELIOS_VERSION_NUMBER 0.0.1
// It is expected that HELIOS_VERSION_NUMBER will be provided on the command line to the
// compiler as a -HELIOS_VERSION_NUMBER=a.b.c but if it's not it will default here
#ifndef HELIOS_VERSION_NUMBER
#define HELIOS_VERSION_NUMBER 0.0.1
#endif

// Helios Version String
//
// This is the string literal equivalent of HELIOS_VERSION above
#define HELIOS_VERSION_STR STR(DHELIOS_VERSION_NUMBER)
#define HELIOS_VERSION_STR STR(HELIOS_VERSION_NUMBER)

// Short Click Threshold
//
Expand Down

0 comments on commit 34359aa

Please sign in to comment.