Skip to content

Commit

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

@elsazac : Can you review and merge this pr please.
  • Loading branch information
deepika-u committed Sep 2, 2024
1 parent 828500a commit fa54393
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 = 966;
static int MINOR_VERSION = 967;

/**
* SWT revision number (must be >= 0)
*/
static int REVISION = 5;
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=966
rev=5
comma_ver=4,966,5,0
min_ver=967
rev=0
comma_ver=4,967,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.966
version 4.967

0 comments on commit fa54393

Please sign in to comment.