ObjFW  Check-in [7a08766151]

Overview
Comment:Set version to 0.90.1
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.90
Files: files | file ages | folders
SHA3-256: 7a08766151c1bee7a41c94285ff7f5fe3e02299ee982137803e1c46dac2c1999
User & Date: js on 2017-08-20 19:22:19
Other Links: branch diff | manifest | tags
Context
2017-08-20
19:30
ChangeLog: Add 0.90.1 check-in: 5c0bf046cc user: js tags: 0.90.1-release, 0.90
19:22
Set version to 0.90.1 check-in: 7a08766151 user: js tags: 0.90
2017-08-19
15:54
Fix a linker warning on OpenBSD/SPARC64 check-in: dbfe400f6e user: js tags: 0.90
Changes

Modified configure.ac from [3aa7cec1c9] to [cbc3ad562a].

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







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)