Skip to content

Commit

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

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

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

/**
* The JAVA and SWT versions
Expand Down
Expand Up @@ -13,6 +13,6 @@
#*******************************************************************************

maj_ver=4
min_ver=964
rev=8
comma_ver=4,964,8,0
min_ver=965
rev=1
comma_ver=4,965,1,0
2 changes: 1 addition & 1 deletion bundles/org.eclipse.swt/Eclipse SWT/common/version.txt
@@ -1 +1 @@
version 4.964
version 4.965

0 comments on commit 7055008

Please sign in to comment.