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

onichols pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2381aa7  Add 1.9.1 to Version list
2381aa7 is described below

commit 2381aa71429c2f533044a030ee045a2b6c1b624c
Author: Owen Nichols <[email protected]>
AuthorDate: Tue Aug 20 16:10:52 2019 -0700

    Add 1.9.1 to Version list
---
 geode-core/src/main/java/org/apache/geode/internal/Version.java | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/geode-core/src/main/java/org/apache/geode/internal/Version.java 
b/geode-core/src/main/java/org/apache/geode/internal/Version.java
index cc4b1d2..74da825 100644
--- a/geode-core/src/main/java/org/apache/geode/internal/Version.java
+++ b/geode-core/src/main/java/org/apache/geode/internal/Version.java
@@ -263,6 +263,12 @@ public class Version implements Comparable<Version> {
   public static final Version GEODE_1_9_0 =
       new Version("GEODE", "1.9.0", (byte) 1, (byte) 9, (byte) 0, (byte) 0, 
GEODE_1_9_0_ORDINAL);
 
+  private static final byte GEODE_1_9_1_ORDINAL = 101;
+
+  @Immutable
+  public static final Version GEODE_1_9_1 =
+      new Version("GEODE", "1.9.1", (byte) 1, (byte) 9, (byte) 1, (byte) 0, 
GEODE_1_9_1_ORDINAL);
+
   private static final byte GEODE_1_10_0_ORDINAL = 105;
 
   @Immutable

Reply via email to