Skip to content

Commit a5e21e2

Browse files
committed
Version bump.
1 parent 9c8f9dc commit a5e21e2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ PROJECT(netperfmeter LANGUAGES C CXX)
3030

3131
SET(BUILD_MAJOR "2")
3232
SET(BUILD_MINOR "0")
33-
SET(BUILD_PATCH "0~rc1")
33+
SET(BUILD_PATCH "0~rc1.1")
3434
SET(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH})
3535

3636

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
netperfmeter (2.0.0~rc1-1ubuntu1) plucky; urgency=medium
1+
netperfmeter (2.0.0~rc1.1-1ubuntu1) plucky; urgency=medium
22

33
* New upstream release.
44
* debian/control: Moved architecture-independent files to netperfmeter-common.
55
* debian/control: Updated standards version to 4.7.2.
66

7-
-- Thomas Dreibholz <[email protected]> Wed, 13 Aug 2025 16:59:32 +0200
7+
-- Thomas Dreibholz <[email protected]> Fri, 15 Aug 2025 13:55:32 +0200
88

99
netperfmeter (1.9.7-1ubuntu1) jammy; urgency=medium
1010

freebsd/netperfmeter/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
PORTNAME= netperfmeter
2-
DISTVERSION= 2.0.0~rc1
2+
DISTVERSION= 2.0.0~rc1.1
33
PORTREVISION= 1
44
CATEGORIES= benchmarks
55
MASTER_SITES= https://www.nntb.no/~dreibh/netperfmeter/download/

rpm/netperfmeter.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: netperfmeter
2-
Version: 2.0.0~rc1
2+
Version: 2.0.0~rc1.1
33
Release: 1
44
Summary: Network performance meter for the UDP, TCP, MPTCP, SCTP and DCCP protocols
55
License: GPL-3.0-or-later

0 commit comments

Comments
 (0)