ObjFW  Check-in [9d505a482a]

Overview
Comment:Set version to 0.9-dev
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 9d505a482aaef9ad8cf5eb3dd687dfba78bf67618083d670f4328f47514158a4
User & Date: js on 2015-08-21 17:51:31
Other Links: manifest | tags
Context
2015-08-22
10:57
Move file management to its own class check-in: f3c452dfef user: js tags: trunk
2015-08-21
17:51
Set version to 0.9-dev check-in: 9d505a482a user: js tags: trunk
2015-08-14
16:41
Update ChangeLog for 0.8 check-in: 6b8b7b6a7e user: js tags: trunk
Changes

Modified configure.ac from [f7868ab464] to [454dda0a88].

1
2
3
4
5
6
7
8
AC_INIT(ObjFW, 0.8-dev, js@webkeks.org)
BUILDSYS_INIT

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

AC_CONFIG_SRCDIR(src)
|







1
2
3
4
5
6
7
8
AC_INIT(ObjFW, 0.9-dev, js@webkeks.org)
BUILDSYS_INIT

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

AC_CONFIG_SRCDIR(src)