Skip to content

Commit bea90bf

Browse files
committed
Some clean-ups.
1 parent 425e2d9 commit bea90bf

File tree

7 files changed

+156
-156
lines changed

7 files changed

+156
-156
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ PROJECT(subnetcalc LANGUAGES C CXX)
3232

3333
SET(BUILD_MAJOR "2")
3434
SET(BUILD_MINOR "5")
35-
SET(BUILD_PATCH "2~rc0")
35+
SET(BUILD_PATCH "2~rc1")
3636
SET(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH})
3737

3838

debian/changelog

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
subnetcalc (2.5.2~rc0-1ubuntu1) noble; urgency=medium
1+
subnetcalc (2.5.2~rc1-1ubuntu1) noble; urgency=medium
22

33
* New upstream release.
44
* debian/control: Updated standards version to 4.7.0.
55

6-
-- Thomas Dreibholz <[email protected]> Sat, 19 Oct 2024 16:19:14 +0200
6+
-- Thomas Dreibholz <[email protected]> Tue, 12 Nov 2024 09:51:25 +0100
77

88
subnetcalc (2.5.1-1ubuntu1) jammy; urgency=medium
99

debian/copyright

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Upstream-Contact: Thomas Dreibholz <[email protected]>
44
Source: https://www.nntb.no/~dreibh/subnetcalc/
55

66
Files: *
7-
Copyright: Copyright (C) 2002-2019 Thomas Dreibholz <[email protected]>
7+
Copyright: Copyright (C) 2002-2025 Thomas Dreibholz <[email protected]>
88
License: GPL-3+
99
This program is free software: you can redistribute it and/or modify
1010
it under the terms of the GNU General Public License as published by

freebsd/subnetcalc/Makefile

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

0 commit comments

Comments
 (0)