ObjFW  Check-in [2d82fdbd61]

Overview
Comment:Set version to 1.1.7
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 1.1 | 1.1.7-release
Files: files | file ages | folders
SHA3-256: 2d82fdbd6115811edaa33ddaac89488d2fcafd91b0870b8048bf8d29d6127dd1
User & Date: js on 2024-08-25 21:39:20
Other Links: branch diff | manifest | tags
Context
2024-08-26
21:12
Fix compiling with DJGPP check-in: c540d53637 user: js tags: 1.1
2024-08-25
21:39
Set version to 1.1.7 check-in: 2d82fdbd61 user: js tags: 1.1, 1.1.7-release
21:37
Increase library versions check-in: 4f84f6d389 user: js tags: 1.1
Changes

Modified configure.ac from [8e94eb623a] to [14e4536633].

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
|






|







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