Skip to content

Commit

Permalink
version bump 8.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Dec 27, 2023
1 parent 6bd553e commit de4f214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
#pragma once

//BEGIN SW VERSION
#define SW_VERSION "8.6.3"
#define SW_VERSION "8.6.5"
//END SW VERSION

//BEGIN FILE VERSION
#define VER_FILEVERSION 8,6,3,0
#define VER_FILEVERSION 8,6,5,0
//END FILE VERSION

#define QDEBUG() qDebug() << __FILE__ << "/" <<__LINE__ <<"(" << __FUNCTION__ << "):"
Expand Down

0 comments on commit de4f214

Please sign in to comment.