From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 134468DAF for ; Mon, 21 Dec 2015 14:26:51 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP; 21 Dec 2015 05:26:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,459,1444719600"; d="scan'208";a="16938428" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga004.fm.intel.com with ESMTP; 21 Dec 2015 05:26:31 -0800 Received: from sivswdev01.ir.intel.com (sivswdev01.ir.intel.com [10.237.217.45]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id tBLDQUGJ000481; Mon, 21 Dec 2015 13:26:30 GMT Received: from sivswdev01.ir.intel.com (localhost [127.0.0.1]) by sivswdev01.ir.intel.com with ESMTP id tBLDQUOh010024; Mon, 21 Dec 2015 13:26:30 GMT Received: (from bricha3@localhost) by sivswdev01.ir.intel.com with id tBLDQU8q010020; Mon, 21 Dec 2015 13:26:30 GMT From: Bruce Richardson To: dev@dpdk.org Date: Mon, 21 Dec 2015 13:26:21 +0000 Message-Id: <1450704384-9986-1-git-send-email-bruce.richardson@intel.com> X-Mailer: git-send-email 1.7.4.1 Subject: [dpdk-dev] [PATCH 0/3] switch to using YY.MM version numbers X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 13:26:52 -0000 As discussed on the list, e.g. on threads: http://dpdk.org/ml/archives/dev/2015-December/030336.html http://dpdk.org/ml/archives/dev/2015-December/030551.html switch the release number from 2.3 to 16.04 to have a month/year based numbering scheme. Bruce Richardson (3): version: switch to year/month version numbers version: adjust printing for new version scheme doc: rename release 2.3 to 16.04 doc/guides/rel_notes/index.rst | 2 +- doc/guides/rel_notes/release_16_04.rst | 83 +++++++++++++++++++++++++++++ doc/guides/rel_notes/release_2_3.rst | 76 -------------------------- lib/librte_eal/common/include/rte_version.h | 27 +++++----- 4 files changed, 97 insertions(+), 91 deletions(-) create mode 100644 doc/guides/rel_notes/release_16_04.rst delete mode 100644 doc/guides/rel_notes/release_2_3.rst -- 2.5.0