[csih - Cygwin service installation helper, a helper script and tools to create service installation scripts] branch master, updated. v0_9_10
corinna-9JcytcrH/[email protected]
| Newsgroups | gmane.os.cygwin.cvs.apps |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/csih.git;h=dc38975ed6b3454f3c09442396d4a9f6bea35143 commit dc38975ed6b3454f3c09442396d4a9f6bea35143 Author: Corinna Vinschen <[email protected]> Date: Thu Jun 14 14:34:08 2018 +0200 Bump version to 0.9.10. Signed-off-by: Corinna Vinschen <[email protected]> Diff: --- version.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/version.h b/version.h index c49b22b..1a507d8 100644 --- a/version.h +++ b/version.h @@ -2,5 +2,5 @@ #define STRINGIFY1(s) #s #define VERSION_MAJOR 0 #define VERSION_MINOR 9 -#define VERSION_MICRO 9 +#define VERSION_MICRO 10 #define VERSION_STRING STRINGIFY(VERSION_MAJOR) "." STRINGIFY(VERSION_MINOR) "." STRINGIFY(VERSION_MICRO)