diff options
author | 2023-05-10 12:11:05 +0200 | |
---|---|---|
committer | 2023-05-10 12:11:05 +0200 | |
commit | 8a0ecaab5582fbc54abd7efa84abb896cc295c10 (patch) | |
tree | 1d9ec290ea81a1e27869bb580a1cfd317d76e8be /src/version.h | |
parent | 95eeaa9f9c5ce5cacb566a9f47853fff324a5b10 (diff) | |
download | utils-8a0ecaab5582fbc54abd7efa84abb896cc295c10.tar.gz utils-8a0ecaab5582fbc54abd7efa84abb896cc295c10.zip |
Remove version.h
Diffstat (limited to 'src/version.h')
-rw-r--r-- | src/version.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/version.h b/src/version.h deleted file mode 100644 index 15ddd85..0000000 --- a/src/version.h +++ /dev/null @@ -1,8 +0,0 @@ -/* See LICENSE file for copyright and license details. */ - -#ifndef _VERSION_H_ -#define _VERSION_H_ - -char *utils_version(); - -#endif /* _VERSION_H_ */ |