summaryrefslogtreecommitdiff
path: root/src/gpuwattch/version.h
diff options
context:
space:
mode:
authorTim Rogers <[email protected]>2019-09-13 21:45:08 -0400
committerGitHub <[email protected]>2019-09-13 21:45:08 -0400
commitdba877b45fe11187d56904bbd169f4e0a5ad0586 (patch)
tree649ddec731e6934cb535b569d7d3d2c754b8e89c /src/gpuwattch/version.h
parentbea40c4a22a86fddbf1f7845265697716727f8b1 (diff)
parentd65f6d38f054a48733bd1dfd22cb37864b5bded6 (diff)
Merge pull request #31 from rgreen/dev
Application of clang-format to make the code use standardized formatting.
Diffstat (limited to 'src/gpuwattch/version.h')
-rw-r--r--src/gpuwattch/version.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gpuwattch/version.h b/src/gpuwattch/version.h
index 76d8c75..41bd5b9 100644
--- a/src/gpuwattch/version.h
+++ b/src/gpuwattch/version.h
@@ -32,9 +32,9 @@
#ifndef VERSION_H_
#define VERSION_H_
-#define VER_MAJOR 0 /* beta release */
-#define VER_MINOR 8
+#define VER_MAJOR 0 /* beta release */
+#define VER_MINOR 8
-#define VER_UPDATE "Aug, 2010"
+#define VER_UPDATE "Aug, 2010"
#endif /* VERSION_H_ */