Skip to content

Commit

Permalink
Configure SWT build scripts for 4.35
Browse files Browse the repository at this point in the history
  • Loading branch information
deepika-u authored and akurtakov committed Nov 27, 2024
1 parent 6cc6508 commit 26abd14
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 = 967;
static int MINOR_VERSION = 968;

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

0 comments on commit 26abd14

Please sign in to comment.