From d367b66a5d4c8cac05a3c19a7272286838af6991 Mon Sep 17 00:00:00 2001 From: Silenio Quarti Date: Thu, 19 Jan 2012 20:58:01 -0500 Subject: v3819 --- .../common_j2me/org/eclipse/swt/internal/Library.java | 2 +- .../common_j2se/org/eclipse/swt/internal/Library.java | 2 +- bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak | 4 ++-- bundles/org.eclipse.swt/Eclipse SWT/common/version.txt | 2 +- bundles/org.eclipse.swt/buildnotes_swt.html | 6 ++++++ 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java index 666f990c5c..efed393fad 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2me/org/eclipse/swt/internal/Library.java @@ -22,7 +22,7 @@ public class Library { /** * SWT Minor version number (must be in the range 0..999) */ - static int MINOR_VERSION = 818; + static int MINOR_VERSION = 819; /** * SWT revision number (must be >= 0) diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java index 3600a3b9e9..dbbc938f21 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java +++ b/bundles/org.eclipse.swt/Eclipse SWT PI/common_j2se/org/eclipse/swt/internal/Library.java @@ -24,7 +24,7 @@ public class Library { /** * SWT Minor version number (must be in the range 0..999) */ - static int MINOR_VERSION = 818; + static int MINOR_VERSION = 819; /** * SWT revision number (must be >= 0) diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak b/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak index 378d494c21..0b10711183 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/library/make_common.mak @@ -10,5 +10,5 @@ #******************************************************************************* maj_ver=3 -min_ver=818 -comma_ver=3,8,1,8 +min_ver=819 +comma_ver=3,8,1,9 diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt index e1eb9fc3d7..18759646ba 100644 --- a/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt +++ b/bundles/org.eclipse.swt/Eclipse SWT/common/version.txt @@ -1 +1 @@ -version 3.818 \ No newline at end of file +version 3.819 \ No newline at end of file diff --git a/bundles/org.eclipse.swt/buildnotes_swt.html b/bundles/org.eclipse.swt/buildnotes_swt.html index e7e993021a..b91de8928d 100644 --- a/bundles/org.eclipse.swt/buildnotes_swt.html +++ b/bundles/org.eclipse.swt/buildnotes_swt.html @@ -11,6 +11,12 @@ Eclipse Platform Build Notes
SWT +

SWT Build 3819 - Friday January 20, 2012

+ +
+Bugs fixed +
+

SWT Build 3818 - Tuesday January 17, 2012

-- cgit