ObjFW  Check-in [bbc2b6d3e0]

Overview
Comment:Set version to 1.1.6
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 1.1 | 1.1.6-release
Files: files | file ages | folders
SHA3-256: bbc2b6d3e02c79e4755daf8a967b26386cf2899452ba38dd1f20f7083066acb2
User & Date: js on 2024-08-11 13:33:06
Other Links: branch diff | manifest | tags
Context
2024-08-16
21:50
Disable UNIX datagram sockets on Hurd check-in: 9d10d73fcf user: js tags: 1.1
2024-08-11
13:33
Set version to 1.1.6 check-in: bbc2b6d3e0 user: js tags: 1.1, 1.1.6-release
13:32
Increase library versions check-in: 7f17007ec8 user: js tags: 1.1
Changes

Modified configure.ac from [f2c0d7ea41] to [8e94eb623a].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AC_INIT(ObjFW, 1.1.5, js@nil.im, objfw, https://objfw.nil.im/)
AC_CONFIG_SRCDIR(src)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_MACRO_DIR(build-aux/m4)

AC_DEFINE(OBJFW_VERSION_MAJOR, 1, [The major version of ObjFW])
AC_DEFINE(OBJFW_VERSION_MINOR, 1, [The minor version of ObjFW])
AC_SUBST(BUNDLE_VERSION, 1.1.5)
AC_SUBST(BUNDLE_SHORT_VERSION, 1.1)

for i in configure.ac build-aux/m4/*; do
	AS_IF([test $i -nt configure], [
		AC_MSG_ERROR([$i is newer than configure! Run ./autogen.sh!])
	])
done
|






|







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AC_INIT(ObjFW, 1.1.6, js@nil.im, objfw, https://objfw.nil.im/)
AC_CONFIG_SRCDIR(src)
AC_CONFIG_AUX_DIR(build-aux)
AC_CONFIG_MACRO_DIR(build-aux/m4)

AC_DEFINE(OBJFW_VERSION_MAJOR, 1, [The major version of ObjFW])
AC_DEFINE(OBJFW_VERSION_MINOR, 1, [The minor version of ObjFW])
AC_SUBST(BUNDLE_VERSION, 1.1.6)
AC_SUBST(BUNDLE_SHORT_VERSION, 1.1)

for i in configure.ac build-aux/m4/*; do
	AS_IF([test $i -nt configure], [
		AC_MSG_ERROR([$i is newer than configure! Run ./autogen.sh!])
	])
done