Cookbook: add an example of using default.do for text processing.
This commit is contained in:
parent
d663c9b67d
commit
3b305edc7e
18 changed files with 377 additions and 28 deletions
8
Documentation/cookbook/defaults/include/version.h.in
Normal file
8
Documentation/cookbook/defaults/include/version.h.in
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
// C/C++ header file identifying the current version
|
||||
#ifndef __VERSION_H
|
||||
#define __VERSION_H
|
||||
|
||||
#define VERSION "%VERSION%"
|
||||
#define DATE "%DATE%"
|
||||
|
||||
#endif // __VERSION_H
|
||||
Loading…
Add table
Add a link
Reference in a new issue