Skip to content

Commit ee13e47

Browse files
committed
Update versions before 0.6.1 release
Reviewed-by: Lukas Slebodnik <[email protected]>
1 parent 403a6fe commit ee13e47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Primary version number
2-
m4_define([VERSION_NUMBER], [0.6.0])
2+
m4_define([VERSION_NUMBER], [0.6.1])
33

44
# If the PRERELEASE_VERSION_NUMBER is set, we'll append
55
# it to the release tag when creating an RPM or SRPM
@@ -11,8 +11,8 @@ m4_define([VERSION_NUMBER], [0.6.0])
1111
m4_define([PRERELEASE_VERSION_NUMBER], [])
1212

1313
m4_define([PATH_UTILS_VERSION_NUMBER], [0.2.1])
14-
m4_define([DHASH_VERSION_NUMBER], [0.4.3])
14+
m4_define([DHASH_VERSION_NUMBER], [0.5.0])
1515
m4_define([COLLECTION_VERSION_NUMBER], [0.7.0])
1616
m4_define([REF_ARRAY_VERSION_NUMBER], [0.1.5])
1717
m4_define([BASICOBJECTS_VERSION_NUMBER], [0.1.1])
18-
m4_define([INI_CONFIG_VERSION_NUMBER], [1.3.0])
18+
m4_define([INI_CONFIG_VERSION_NUMBER], [1.3.1])

0 commit comments

Comments
 (0)