Skip to content

Commit

Permalink
1.25 -> 1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Freiholtz committed Nov 20, 2024
1 parent 80a7e61 commit 47ba0b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RTClientExample/RTClientExample.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "Operations.h"

#define LATEST_SELECTABLE_MAJOR_VERSION 1
#define LATEST_SELECTABLE_MINOR_VERSION 25
#define LATEST_SELECTABLE_MINOR_VERSION 26
#define PROGRAM_VERSION 0

int main(int argc, char **argv)
Expand Down
2 changes: 1 addition & 1 deletion RTPacket.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#endif

#define MAJOR_VERSION 1
#define MINOR_VERSION 25
#define MINOR_VERSION 26

class DLL_EXPORT CRTPacket
{
Expand Down

0 comments on commit 47ba0b7

Please sign in to comment.