Skip to content

Commit

Permalink
Update version to 1.18.0-rc3 and adjust documentation references
Browse files Browse the repository at this point in the history
  • Loading branch information
emcrisostomo committed Dec 30, 2024
1 parent 45fdb81 commit e238381
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NEWS
****

New in 1.18.0-rc1:
New in 1.18.0-rc3:

* The C++17 standard has been adopted: code has been rewritten and simplified
to adobe new features of the C++17 standard library such as std::filesystem.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.libfswatch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
NEWS
****

New in 1.18.0-rc1
New in 1.18.0-rc3

* Documentation: add reference to Go bindings.

Expand Down
2 changes: 1 addition & 1 deletion libfswatch/src/libfswatch/c++/path_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ namespace fsw
*
* @param path The directory whose entries must be returned.
* @return A vector containing the list of entries of @p path.
* @since 1.18.0-rc1
* @since 1.18.0-rc3
*/
std::vector<std::filesystem::directory_entry> get_directory_entries(const std::filesystem::path& path);

Expand Down
2 changes: 1 addition & 1 deletion m4/fswatch_version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <http://www.gnu.org/licenses/>.
#
m4_define([FSWATCH_VERSION], [1.18.0-rc1])
m4_define([FSWATCH_VERSION], [1.18.0-rc3])
m4_define([FSWATCH_REVISION], [1])
2 changes: 1 addition & 1 deletion m4/libfswatch_version.m4
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
#
# Libtool documentation, 7.3 Updating library version information
#
m4_define([LIBFSWATCH_VERSION], [1.18.0-rc1])
m4_define([LIBFSWATCH_VERSION], [1.18.0-rc3])
m4_define([LIBFSWATCH_API_VERSION], [13:1:0])
m4_define([LIBFSWATCH_REVISION], [1])

0 comments on commit e238381

Please sign in to comment.