From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 127752 invoked by alias); 28 Oct 2015 09:20:04 -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 127723 invoked by uid 9078); 28 Oct 2015 09:20:04 -0000 Date: Wed, 28 Oct 2015 09:20:00 -0000 Message-ID: <20151028092004.127697.qmail@sourceware.org> From: corinna@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [csih] branch master, updated. f5d9a40b1e8a5083f03c08b4761986a9f28f333f X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7ca191bebb52ae414bb2a2e37ef22d94f2658dc7 X-Git-Newrev: f5d9a40b1e8a5083f03c08b4761986a9f28f333f X-SW-Source: 2015-q4/txt/msg00006.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=cygwin-csih.git;h=f5d9a40b1e8a5083f03c08b4761986a9f28f333f commit f5d9a40b1e8a5083f03c08b4761986a9f28f333f Author: Corinna Vinschen Date: Wed Oct 28 10:18:22 2015 +0100 Bump version to 0.9.9. Diff: --- version.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/version.h b/version.h index 3eb1b5a..c49b22b 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 8 +#define VERSION_MICRO 9 #define VERSION_STRING STRINGIFY(VERSION_MAJOR) "." STRINGIFY(VERSION_MINOR) "." STRINGIFY(VERSION_MICRO)