ObjFW  Check-in [b1221a3576]

Overview
Comment:Set the version to 0.7.1.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.7.1-release | 0.7
Files: files | file ages | folders
SHA3-256: b1221a3576789b63a84ba960bbf13edf882aa25c8a87cc70a9336bf8d2e1a50a
User & Date: js on 2012-11-12 11:09:50
Other Links: branch diff | manifest | tags
Context
2012-11-30
15:41
Remove functions from runtime.h that don't exist. check-in: e661bf4171 user: js tags: 0.7
2012-11-12
11:09
Set the version to 0.7.1. check-in: b1221a3576 user: js tags: 0.7.1-release, 0.7
11:09
Update ChangeLog for 0.7.1. check-in: 41ddf50694 user: js tags: 0.7
Changes

Modified configure.ac from [8096456ba3] to [55d15e10d9].

1
2
3
4
5
6
7
8
AC_INIT(ObjFW, 0.7, js@webkeks.org)
AC_CONFIG_SRCDIR(src)

AS_IF([test x"$host" = x"psp"], [
	OBJCFLAGS="-G0 $OBJCFLAGS"
	LIBS="$LIBS -lpspdebug -lpspdisplay -lpspge -lpspctrl -lpspsdk -lc"
	LIBS="$LIBS -lpspnet -lpspnet_inet -lpspnet_apctl -lpspnet_resolver"
	LIBS="$LIBS -lpsputility -lpspuser -lpspkernel"
|







1
2
3
4
5
6
7
8
AC_INIT(ObjFW, 0.7.1, js@webkeks.org)
AC_CONFIG_SRCDIR(src)

AS_IF([test x"$host" = x"psp"], [
	OBJCFLAGS="-G0 $OBJCFLAGS"
	LIBS="$LIBS -lpspdebug -lpspdisplay -lpspge -lpspctrl -lpspsdk -lc"
	LIBS="$LIBS -lpspnet -lpspnet_inet -lpspnet_apctl -lpspnet_resolver"
	LIBS="$LIBS -lpsputility -lpspuser -lpspkernel"