ObjFW  Check-in [c393a213fd]

Overview
Comment:Set version to 0.8.2
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.8
Files: files | file ages | folders
SHA3-256: c393a213fddecdf6b660811425a85cb4abdced3dc4a83dd5cc57b4c0c1315897
User & Date: js on 2016-01-03 00:44:41
Other Links: branch diff | manifest | tags
Context
2016-03-20
10:55
undef __{unsafe_unretained,bridge,autoreleasing} check-in: ea5a19118a user: js tags: 0.8
2016-01-03
00:44
Set version to 0.8.2 check-in: c393a213fd user: js tags: 0.8
00:43
Update copyright check-in: cec0f072f8 user: js tags: 0.8
Changes

Modified configure.ac from [c3be66d244] to [7fbd4ef092].

1
2
3
4
5
6
7
8
AC_INIT(ObjFW, 0.8.1, js@heap.zone)
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.2, js@heap.zone)
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)