From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com
 [209.85.212.174]) by dpdk.org (Postfix) with ESMTP id 0DF9C58FF
 for <dev@dpdk.org>; Fri, 19 Jul 2013 23:17:31 +0200 (CEST)
Received: by mail-wi0-f174.google.com with SMTP id k10so241619wiv.1
 for <dev@dpdk.org>; Fri, 19 Jul 2013 14:17:52 -0700 (PDT)
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=google.com; s=20120113;
 h=from:to:subject:date:message-id:organization:user-agent:in-reply-to
 :references:mime-version:content-transfer-encoding:content-type
 :x-gm-message-state;
 bh=oaj2y/opOOOVZWpw2/ybtpTwaxI7pLwFDQKKcsNZl6U=;
 b=pCa5lpE0Wwa9NXCW0rJTcurAXM/asO4GngQUT7ayrs6m6XsokptaJJhb4g3tCYsZku
 sPcSXzAqMyVX9A0+3ANsjUJCf1g9RUFOaMFhH00KeQUYC+eJDPM1ZAkr80imndIg/VXn
 vlO8Ig9GthkdQSYxn0ODe5GLvxYVH9yYfjYOvrbOPK6jIM/iDl7KD1+8mWLxZNatxX/S
 M3mGCFQ2/fkx2bSGThpld2bTi3Bwap7R0QP9UC/CkbvR80EfAvSBokiciBWyg5k/qbpS
 GTI7F8S3WoaPwN8eVjjylYveU/w3QiIaQHVsuzgSV2RQZZSKwRCU3VolPdWPOwuSOVM8
 yAvQ==
X-Received: by 10.195.12.202 with SMTP id es10mr13582093wjd.17.1374268672920; 
 Fri, 19 Jul 2013 14:17:52 -0700 (PDT)
Received: from x220.localnet (abo-26-39-68.mts.modulonet.fr. [85.68.39.26])
 by mx.google.com with ESMTPSA id r8sm50858640wiz.5.2013.07.19.14.17.51
 for <dev@dpdk.org>
 (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
 Fri, 19 Jul 2013 14:17:52 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Date: Fri, 19 Jul 2013 23:18:23 +0200
Message-ID: <2121831.fNzCezr2m0@x220>
Organization: 6WIND
User-Agent: KMail/4.10.5 (Linux/3.9.9-1-ARCH; KDE/4.10.5; x86_64; ; )
In-Reply-To: <51E990D3.1010505@6wind.com>
References: <cover.1374243470.git.thomas.monjalon@6wind.com>
 <5450d495ffb15907a61e26e9640fc0170cc2ae4a.1374243470.git.thomas.monjalon@6wind.com>
 <51E990D3.1010505@6wind.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
X-Gm-Message-State: ALoCoQkVu+p6tZuzuwfZQf8Kn3Sd3l+e9tB0rLEANm017ISkL3P6bLnuuMlkuKYnLZEYazLjNDLM
Subject: Re: [dpdk-dev] [PATCH 2/2] mk: insert version number in doxygen
	config
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Fri, 19 Jul 2013 21:17:32 -0000

19/07/2013 21:17, Vincent JARDIN :
> Acked-by: vincent.jardin@6wind.com

pushed

Now, the version number is shown on API doc:
	http://dpdk.org/doc/api/

-- 
Thomas