4 lines
191 B
Bash
4 lines
191 B
Bash
#!/bin/bash
|
|
|
|
(echo '/* Generated file, do not edit. */'; echo '#define APP_VERSION "'`git describe`'"'; echo '#define APP_VERSION_DATE "'`git log -n 1 --format=%ai`'"'; ) > src/version.h
|