Skip to content

Commit 80ea4c4

Browse files
authored
Merge pull request #36 from CESNET/bump-version
Build: bump version to 0.6.0
2 parents 85e5e21 + 174c18b commit 80ea4c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif()
1313

1414
# Versions and other informations
1515
set(LIBFDS_VERSION_MAJOR 0)
16-
set(LIBFDS_VERSION_MINOR 5)
16+
set(LIBFDS_VERSION_MINOR 6)
1717
set(LIBFDS_VERSION_PATCH 0)
1818
set(LIBFDS_VERSION
1919
${LIBFDS_VERSION_MAJOR}.${LIBFDS_VERSION_MINOR}.${LIBFDS_VERSION_PATCH})

pkg/deb/templates/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
libfds (0.5.0-1) unstable; urgency=low
1+
libfds (0.6.0-1) unstable; urgency=low
22

33
* Initial release.
44

0 commit comments

Comments
 (0)