ObjFW  Check-in [3ca682c7ff]

Overview
Comment:Set version to 0.90.2
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.90
Files: files | file ages | folders
SHA3-256: 3ca682c7ff8fbdd09a1c7af15579cc5b9807380b3c19988337b2b83a57e7abd8
User & Date: js on 2017-10-22 22:13:24
Other Links: branch diff | manifest | tags
Context
2017-10-23
20:43
runtime: Make Apple GCC with -Wshadow happy check-in: 81891380b6 user: js tags: 0.90
2017-10-22
22:13
Set version to 0.90.2 check-in: 3ca682c7ff user: js tags: 0.90
21:12
runtime: Define _Null_unspecified if missing check-in: a1d0ab5bf9 user: js tags: 0.90
Changes

Modified configure.ac from [e88e11e798] to [c8a78845ba].

1
2
3
4
5
6
7
8
AC_INIT(ObjFW, 0.90.1, js@heap.zone)
BUILDSYS_INIT

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

AC_CONFIG_SRCDIR(src)
|







1
2
3
4
5
6
7
8
AC_INIT(ObjFW, 0.90.2, js@heap.zone)
BUILDSYS_INIT

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

AC_CONFIG_SRCDIR(src)