Skip to content

Commit

Permalink
version bump 8.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Oct 7, 2023
1 parent b229d5e commit 87dd08e
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/globals.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,14 @@
* Copyright NagleCode, LLC
*
*/
#ifndef GLOBALS_H
#define GLOBALS_H
#pragma once

//BEGIN SW VERSION
#define SW_VERSION "8.4.3"
#define SW_VERSION "8.5.2"
//END SW VERSION

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

#define QDEBUG() qDebug() << __FILE__ << "/" <<__LINE__ <<"(" << __FUNCTION__ << "):"
Expand Down Expand Up @@ -75,5 +74,3 @@
//used when binding
#define IPV4_OR_IPV6 Packet::IPV4_IPV6_ANY(ipMode)


#endif // GLOBALS_H

0 comments on commit 87dd08e

Please sign in to comment.