Skip to content

Commit a1034c1

Browse files
Prepare 2.4.0rc2 (#15886)
* bump version numbers * moving release notes
1 parent 569f5df commit a1034c1

7 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.package]
6-
version = "2.4.0-rc1"
6+
version = "2.4.0-rc2"
77
edition = "2024"
88
rust-version = "1.85" # Keep in sync with README.md, rust-toolchain.toml, and tools/install_rust_msrv.sh
99
license = "Apache-2.0"

crates/bindgen/include/qiskit/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
#define QISKIT_VERSION_PATCH 0
2424
#define QISKIT_RELEASE_LEVEL QISKIT_RELEASE_LEVEL_RC
2525
// For the final release, set the below to 0.
26-
#define QISKIT_RELEASE_SERIAL 1
26+
#define QISKIT_RELEASE_SERIAL 2
2727

28-
#define QISKIT_VERSION "2.4.0-rc1"
28+
#define QISKIT_VERSION "2.4.0-rc2"
2929

3030
#define QISKIT_GET_VERSION_HEX(major, minor, patch, level, serial) \
3131
(((major) & 0xff) << 24 | ((minor) & 0xff) << 16 | ((patch) & 0xff) << 8 | \

qiskit/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0rc1
1+
2.4.0rc2

releasenotes/notes/fix-initialize.inverse()-late-error-1846fbbae82ec011.yaml renamed to releasenotes/notes/2.4/fix-initialize.inverse()-late-error-1846fbbae82ec011.yaml

File renamed without changes.

releasenotes/notes/fix-unwanted-remapping-in-circuits-compose-fb2e4dd2d082b93d.yaml renamed to releasenotes/notes/2.4/fix-unwanted-remapping-in-circuits-compose-fb2e4dd2d082b93d.yaml

File renamed without changes.

releasenotes/notes/fix_basis_control_flow-033ecba233d5f9ed.yaml renamed to releasenotes/notes/2.4/fix_basis_control_flow-033ecba233d5f9ed.yaml

File renamed without changes.

0 commit comments

Comments
 (0)