aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/include/zlib/gzip/version.hpp
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-02-17 18:07:46 -0300
committerBarichello <artur@barichello.me>2022-02-17 18:08:02 -0300
commitbd56ee0f4829d78f2477d51a3b672e67b518f90a (patch)
tree7a43802d17a42a519ba673edbad925c79ba3ea9d /NorthstarDedicatedTest/include/zlib/gzip/version.hpp
parente72564b27cef35e991ae90ac868c5718fa3bd122 (diff)
downloadNorthstarLauncher-bd56ee0f4829d78f2477d51a3b672e67b518f90a.tar.gz
NorthstarLauncher-bd56ee0f4829d78f2477d51a3b672e67b518f90a.zip
Revert "Compress previous logs and dump files on launch (#73)"
This reverts commit 0faa9cfb3a9015ca723f012ca84609f602c7c03c.
Diffstat (limited to 'NorthstarDedicatedTest/include/zlib/gzip/version.hpp')
-rw-r--r--NorthstarDedicatedTest/include/zlib/gzip/version.hpp16
1 files changed, 0 insertions, 16 deletions
diff --git a/NorthstarDedicatedTest/include/zlib/gzip/version.hpp b/NorthstarDedicatedTest/include/zlib/gzip/version.hpp
deleted file mode 100644
index 47af692e..00000000
--- a/NorthstarDedicatedTest/include/zlib/gzip/version.hpp
+++ /dev/null
@@ -1,16 +0,0 @@
-#pragma once
-
-/// The major version number
-#define GZIP_VERSION_MAJOR 1
-
-/// The minor version number
-#define GZIP_VERSION_MINOR 0
-
-/// The patch number
-#define GZIP_VERSION_PATCH 0
-
-/// The complete version number
-#define GZIP_VERSION_CODE (GZIP_VERSION_MAJOR * 10000 + GZIP_VERSION_MINOR * 100 + GZIP_VERSION_PATCH)
-
-/// Version number as string
-#define GZIP_VERSION_STRING "1.0.0" \ No newline at end of file