Add version handling
This commit is contained in:
7
include/patchelfcrc/version.h
Normal file
7
include/patchelfcrc/version.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#ifndef _VERSION_H_
|
||||
#define _VERSION_H_
|
||||
|
||||
extern const char *version_string;
|
||||
extern const char *argp_program_version;
|
||||
|
||||
#endif /* _VERSION_H_ */
|
Reference in New Issue
Block a user