ObjFW  Check-in [7e614ef5c0]

Overview
Comment:Set version to 0.90-dev as 0.90 has been branched
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 7e614ef5c03a5baee65865feb0ab4742b60877247793c29630d5f35fd61f3182
User & Date: js on 2017-07-29 10:50:46
Other Links: manifest | tags
Context
2017-07-29
13:14
Remove ChangeLog check-in: 6a1487636d user: js tags: trunk
10:50
Set version to 0.90-dev as 0.90 has been branched check-in: 7e614ef5c0 user: js tags: trunk
2017-07-24
20:33
runtime: Don't depend on platform.h in ObjFW-RT.h check-in: 636098dbdd user: js tags: trunk
Changes

Modified configure.ac from [12f3d4bae6] to [b99126bc28].

1
2
3
4
5
6
7
8
AC_INIT(ObjFW, 0.9-dev, 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-dev, 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)