You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pegasus.apache.org by yu...@apache.org on 2021/09/27 07:20:15 UTC

[incubator-pegasus] branch v2.3 updated (ba13766 -> 464abc0)

This is an automated email from the ASF dual-hosted git repository.

yuchenhe pushed a change to branch v2.3
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git.


 discard ba13766  chore: bump the version to 2.3.0-RC1
     new 464abc0  chore: bump the version to 2.3.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ba13766)
            \
             N -- N -- N   refs/heads/v2.3 (464abc0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/include/pegasus/version.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org


[incubator-pegasus] 01/01: chore: bump the version to 2.3.0

Posted by yu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

yuchenhe pushed a commit to branch v2.3
in repository https://gitbox.apache.org/repos/asf/incubator-pegasus.git

commit 464abc0cf576af9b634c41ecdd6c61ba1df5df6d
Author: heyuchen <he...@xiaomi.com>
AuthorDate: Mon Sep 27 15:11:07 2021 +0800

    chore: bump the version to 2.3.0
---
 rdsn                          | 2 +-
 src/include/pegasus/version.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rdsn b/rdsn
index 3bcff61..4cce780 160000
--- a/rdsn
+++ b/rdsn
@@ -1 +1 @@
-Subproject commit 3bcff61f1103d2947c2fc9b723f81b720f342c27
+Subproject commit 4cce7804e7be01dff760e1682eeca7f6e89e9475
diff --git a/src/include/pegasus/version.h b/src/include/pegasus/version.h
index 2e195f6..712490f 100644
--- a/src/include/pegasus/version.h
+++ b/src/include/pegasus/version.h
@@ -18,4 +18,4 @@
  */
 
 #pragma once
-#define PEGASUS_VERSION "2.1.SNAPSHOT"
+#define PEGASUS_VERSION "2.3.0"

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pegasus.apache.org
For additional commands, e-mail: commits-help@pegasus.apache.org