Skip to content

Commit

Permalink
cleanup: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
abower-amd committed Oct 9, 2024
1 parent ee3276e commit dbc2e5a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

(c) Copyright 2012-2024 Advanced Micro Devices, Inc.

## [3.8.0.1004] - 2024-10-03 [Feature Release]
## [3.8.0.1005] - 2024-10-10 [Feature Release]

### Added

Expand Down
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AMD Solarflare Enhanced PTP Daemon
==================================

Version: v3.8.0.1004
Version: v3.8.0.1005

These release notes relate to official supported binary releases of sfptpd.
Please see [the changelog](CHANGELOG.md) for a list of changes since earlier
Expand Down
2 changes: 1 addition & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sfptpd (3.8.0.1004) UNRELEASED; urgency=medium
sfptpd (3.8.0.1005) UNRELEASED; urgency=medium

* Upstream's Debian package for sfptpd; see CHANGELOG.md for real changelog.

Expand Down
2 changes: 1 addition & 1 deletion scripts/rpm/el6/sfptpd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ touch %{buildroot}%{_localstatedir}/lib/%{name}/{config,interfaces,sync-instance
rm -rf $RPM_BUILD_ROOT

%changelog
* Fri Sep 20 2024 AMD NIC Support <[email protected]> - 3.8.0.1004-1
* Fri Sep 20 2024 AMD NIC Support <[email protected]> - 3.8.0.1005-1
- see CHANGELOG.md in source archive for changelog
2 changes: 1 addition & 1 deletion scripts/rpm/el7/sfptpd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ make fast_test
%exclude %{_libexecdir}/%{name}/*.py[co]

%changelog
* Fri Sep 20 2024 AMD NIC Support <[email protected]> - 3.8.0.1004-1
* Fri Sep 20 2024 AMD NIC Support <[email protected]> - 3.8.0.1005-1
- see CHANGELOG.md in source archive for changelog
2 changes: 1 addition & 1 deletion scripts/rpm/el8/sfptpd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -109,5 +109,5 @@ make fast_test
%{_libexecdir}/%{name}/chrony_clockcontrol.py

%changelog
* Fri Sep 20 2024 AMD NIC Support <[email protected]> - 3.8.0.1004-1
* Fri Sep 20 2024 AMD NIC Support <[email protected]> - 3.8.0.1005-1
- see CHANGELOG.md in source archive for changelog
2 changes: 1 addition & 1 deletion scripts/rpm/el9/sfptpd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -117,5 +117,5 @@ make fast_test
%{_libexecdir}/%{name}/chrony_clockcontrol.py

%changelog
* Fri Sep 20 2024 AMD NIC Support <[email protected]> - 3.8.0.1004-1
* Fri Sep 20 2024 AMD NIC Support <[email protected]> - 3.8.0.1005-1
- see CHANGELOG.md in source archive for changelog
2 changes: 1 addition & 1 deletion src/include/sfptpd_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


/** Version string */
#define SFPTPD_VERSION_TEXT "3.8.0.1004"
#define SFPTPD_VERSION_TEXT "3.8.0.1005"


#endif /* _SFPTPD_VERSION_H */

0 comments on commit dbc2e5a

Please sign in to comment.