ObjFW  Check-in [8d264c1cbc]

Overview
Comment:Set version to 1.1.4
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 1.1 | 1.1.4-release
Files: files | file ages | folders
SHA3-256: 8d264c1cbcf6d50fad71893a521ca21b15683777a396376636f81caf3e2974d1
User & Date: js on 2024-05-22 19:32:11
Other Links: branch diff | manifest | tags
Context
2024-05-22
19:55
PLATFORMS.md: Add LoongArch 64 to Linux check-in: 8f683766c1 user: js tags: 1.1
19:32
Set version to 1.1.4 check-in: 8d264c1cbc user: js tags: 1.1, 1.1.4-release
19:30
Update ChangeLog for 1.1.4 check-in: cc5e2fa6b2 user: js tags: 1.1
Changes

Modified configure.ac from [aa1242302f] to [151d2775d6].

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AC_INIT(ObjFW, 1.1.3, 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.3)
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.4, 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.4)
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