cryptutils

Cryptographic Software Utilities
git clone http://git.omkov.net/cryptutils
Log | Tree | Refs | README | LICENCE | Download

AuthorJamozed <[email protected]>
Date2020-08-13 09:52:46
Commitd61a6194f6e597a4a6b1be3658c43624edabd7de
Parentff34a545a4fe6c22234601b9fbac9dd621d11644

lib: Add version numbers to error files

Diffstat

M src/lib/error.c | 2 +-
M src/lib/error.h | 2 +-

2 files changed, 2 insertions, 2 deletions

diff --git a/src/lib/error.c b/src/lib/error.c
index d877dde..3b3b0a1 100644
--- a/src/lib/error.c
+++ b/src/lib/error.c
@@ -1,4 +1,4 @@
-// error.c
+// error.c, version 1.0.0
 // Error source file for OMKOV lib
 // Copyright (C) 2020, Jakob Wakeling
 // All rights reserved.
diff --git a/src/lib/error.h b/src/lib/error.h
index 0019d80..4681348 100644
--- a/src/lib/error.h
+++ b/src/lib/error.h
@@ -1,4 +1,4 @@
-// error.h
+// error.h, version 1.0.0
 // Error header file for OMKOV lib
 // Copyright (C) 2020, Jakob Wakeling
 // All rights reserved.