From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2492 invoked by alias); 14 Jun 2018 12:37:09 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 2467 invoked by uid 9078); 14 Jun 2018 12:37:08 -0000 Date: Thu, 14 Jun 2018 12:37:00 -0000 Message-ID: <20180614123708.2441.qmail@sourceware.org> From: corinna@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [csih - Cygwin service installation helper, a helper script and tools to create service installation scripts] branch master, updated. v0_9_10 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 0314976752132c8b90871c014393d6e06dd4c469 X-Git-Newrev: dc38975ed6b3454f3c09442396d4a9f6bea35143 X-SW-Source: 2018-q2/txt/msg00007.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/csih.git;h=dc38975ed6b3454f3c09442396d4a9f6bea35143 commit dc38975ed6b3454f3c09442396d4a9f6bea35143 Author: Corinna Vinschen Date: Thu Jun 14 14:34:08 2018 +0200 Bump version to 0.9.10. Signed-off-by: Corinna Vinschen 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)