Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure SWT build scripts for 4.32 #1078

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because the subsequent build will increment the REVISION and rebuild the natives I think it would make sense to start with zero in this scenario.
When using one, the the first revision eventually deployed by I-builds is two.


/**
* 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