ObjFW  Check-in [1f26af967b]

Overview
Comment:Set version to 0.91-dev
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1f26af967bb57bfdcd02e63437a413f8599492aca8244fcd4f07a75438e53f2f
User & Date: js on 2017-08-20 19:21:49
Other Links: manifest | tags
Context
2017-08-20
19:30
ChangeLog: Add 0.90.1 check-in: b9151e0a85 user: js tags: trunk
19:21
Set version to 0.91-dev check-in: 1f26af967b user: js tags: trunk
10:12
runtime: Remove remains of OBJC_{NONNULL,NULLABLE} check-in: 5be33bace7 user: js tags: trunk
Changes

Modified configure.ac from [47856898a9] to [471f812965].

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







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