ObjFW  Check-in [f934699959]

Overview
Comment:Create 0.90 branch
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.90
Files: files | file ages | folders
SHA3-256: f93469995938ff51d21962be36d5b5ed4892d0465b4bf33b2727a1c0d9af5e59
User & Date: js on 2017-07-29 10:22:31
Other Links: branch diff | manifest | tags
Context
2017-07-29
10:48
Remove incomplete MorphOS library support check-in: 3ba2a4bd82 user: js tags: 0.90
10:22
Create 0.90 branch check-in: f934699959 user: js tags: 0.90
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 [59164634a6].

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, 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)