Skip to content

Commit

Permalink
Configure SWT build scripts for 4.33
Browse files Browse the repository at this point in the history
Fixes eclipse-platform/eclipse.platform.releng.aggregator#2071

Updated REVISION number as per this review comment to zero.
https://github.com/eclipse-platform/eclipse.platform.swt/pull/1078/files#r1521096108

@niraj-modi : Can you review and merge this pr please.
  • Loading branch information
deepika-u authored and niraj-modi committed Jun 5, 2024
1 parent 2a5548d commit fdde98e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
static int MINOR_VERSION = 965;
static int MINOR_VERSION = 966;

/**
* SWT revision number (must be >= 0)
*/
static int REVISION = 11;
static int REVISION = 0;

/**
* The JAVA and SWT versions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
#*******************************************************************************

maj_ver=4
min_ver=965
rev=11
comma_ver=4,965,11,0
min_ver=966
rev=0
comma_ver=4,966,0,0
2 changes: 1 addition & 1 deletion bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version 4.965
version 4.966

0 comments on commit fdde98e

Please sign in to comment.