Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2000, 2022 IBM Corporation and others.
* Copyright (c) 2000, 2025 IBM Corporation and others.
*
* This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
Expand Down Expand Up @@ -35,12 +35,12 @@ public class Library {
/**
* SWT Minor version number (must be in the range 0..999)
*/
static int MINOR_VERSION = 969;
static int MINOR_VERSION = 970;

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

/**
* The JAVA and SWT versions
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#*******************************************************************************
# Copyright (c) 2000, 2022 IBM Corporation and others.
# Copyright (c) 2000, 2025 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
Expand All @@ -13,5 +13,5 @@
#*******************************************************************************

maj_ver=4
min_ver=969
rev=18
min_ver=970
rev=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.969
version 4.970
Loading