Skip to content

Commit

Permalink
Bump version to 1.18.0 and update related documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
emcrisostomo committed Jan 3, 2025
1 parent 585dda0 commit 77f688b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ project(fswatch VERSION 1.18.0 LANGUAGES C CXX)
#@formatter:off
set(PACKAGE "${PROJECT_NAME}")
set(PACKAGE_NAME "${PACKAGE}")
set(PACKAGE_VERSION "${PROJECT_VERSION}-rc3")
set(PACKAGE_VERSION "${PROJECT_VERSION}")
set(PACKAGE_STRING "${PACKAGE_NAME} ${PACKAGE_VERSION}")
set(PACKAGE_AUTHOR "[email protected]")
set(PACKAGE_BUGREPORT "${PACKAGE_AUTHOR}")
Expand Down
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-rc3:
New in 1.18.0:

* 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-rc3
New in 1.18.0:

* 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-rc3
* @since 1.18.0
*/
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-rc3])
m4_define([FSWATCH_VERSION], [1.18.0])
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-rc3])
m4_define([LIBFSWATCH_VERSION], [1.18.0])
m4_define([LIBFSWATCH_API_VERSION], [13:1:0])
m4_define([LIBFSWATCH_REVISION], [1])

0 comments on commit 77f688b

Please sign in to comment.