ObjFW  Check-in [a5b3be82d6]

Overview
Comment:Set version to 0.8.1
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.8
Files: files | file ages | folders
SHA3-256: a5b3be82d6d468260ce34ed32f0488ebea9366e790d47a7dc2720b0d4cd72660
User & Date: js on 2015-10-04 11:57:05
Other Links: branch diff | manifest | tags
Context
2015-10-04
12:00
Fix wrong date in ChangeLog check-in: 5f6e0b5644 user: js tags: 0.8
11:57
Set version to 0.8.1 check-in: a5b3be82d6 user: js tags: 0.8
11:55
Move OF_ASSUME_NONNULL_BEGIN after all includes check-in: 7ec3bb7673 user: js tags: 0.8
Changes

Modified configure.ac from [ac8ececf1f] to [60acc996be].

1
2
3
4
5
6
7
8
AC_INIT(ObjFW, 0.8, js@webkeks.org)
BUILDSYS_INIT

AS_IF([test configure.ac -nt configure], [
	AC_MSG_ERROR([configure.ac is newer than configure! Run ./autogen.sh!])
])

AC_CONFIG_SRCDIR(src)
|







1
2
3
4
5
6
7
8
AC_INIT(ObjFW, 0.8.1, js@webkeks.org)
BUILDSYS_INIT

AS_IF([test configure.ac -nt configure], [
	AC_MSG_ERROR([configure.ac is newer than configure! Run ./autogen.sh!])
])

AC_CONFIG_SRCDIR(src)