Skip to content

Commit

Permalink
New release libneat-1.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreibh committed Dec 14, 2024
1 parent 37ad60c commit c5f00e1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PROJECT(libneat)

SET(BUILD_MAJOR "1")
SET(BUILD_MINOR "0")
SET(BUILD_PATCH "6")
SET(BUILD_PATCH "7")
SET(BUILD_VERSION ${BUILD_MAJOR}.${BUILD_MINOR}.${BUILD_PATCH})

# Needed by SWIG:
Expand Down
8 changes: 7 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
libneat (1.0.6-1ubuntu1) oracular; urgency=medium
libneat (1.0.7-1ubuntu1) oracular; urgency=medium

* New upstream release.
* Closes: #1005918 (ITP).

-- Thomas Dreibholz <[email protected]> Sat, 14 Dec 2024 16:25:10 +0100

libneat (1.0.6-1ubuntu1) oracular; urgency=medium

* New upstream release.

-- Thomas Dreibholz <[email protected]> Sat, 14 Dec 2024 15:51:55 +0100

libneat (1.0.5-1ubuntu1) jammy; urgency=medium
Expand Down
2 changes: 1 addition & 1 deletion freebsd/libneat/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# $FreeBSD$

PORTNAME= libneat
DISTVERSION= 1.0.6
DISTVERSION= 1.0.7
CATEGORIES= net
MASTER_SITES= https://packages.nntb.no/software/libneat/

Expand Down
4 changes: 3 additions & 1 deletion rpm/libneat.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: libneat
Version: 1.0.6
Version: 1.0.7
Release: 1
Summary: NEAT Project
License: BSD-3-clause
Expand Down Expand Up @@ -185,6 +185,8 @@ This package contains the built examples for the NEAT Sockets API.


%changelog
* Sat Dec 14 2024 Thomas Dreibholz <[email protected]> - 1.0.7
- New upstream release.
* Sat Dec 14 2024 Thomas Dreibholz <[email protected]> - 1.0.6
- New upstream release.
* Wed Dec 06 2023 Thomas Dreibholz <[email protected]> - 1.0.5
Expand Down

0 comments on commit c5f00e1

Please sign in to comment.