ObjFW  Check-in [ad5a6065fa]

Overview
Comment:Set version to 0.5.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.5 | 0.5-release
Files: files | file ages | folders
SHA3-256: ad5a6065fa1d68a6fa85e8b0ce8c6f6316a1515e56c6900803dc6dd29bdb38c3
User & Date: js on 2011-04-09 20:30:48
Other Links: branch diff | manifest | tags
Context
2011-04-09
20:38
Added tag 0.5-release for changeset b9c812fcdd26 check-in: 41ce1e2347 user: js tags: 0.5
20:30
Set version to 0.5. check-in: ad5a6065fa user: js tags: 0.5, 0.5-release
20:29
Merge changes from tip into 0.5 branch. check-in: 7d565f0bb9 user: js tags: 0.5
Changes

Modified Info.plist from [3303e89e51] to [8ecf63f5e6].

13
14
15
16
17
18
19
20

21
22

23
24
13
14
15
16
17
18
19

20
21

22
23
24







-
+

-
+


	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundlePackageType</key>
	<string>FMWK</string>
	<key>CFBundleSignature</key>
	<string>OBJFW</string>
	<key>CFBundleVersion</key>
	<string>0.6-dev</string>
	<string>0.5</string>
	<key>CFBundleShortVersionString</key>
	<string>0.6-dev</string>
	<string>0.5</string>
</dict>
</plist>

Modified configure.ac from [a558c04623] to [8dda8ab5db].

1

2
3
4
5
6
7
8

1
2
3
4
5
6
7
8
-
+







AC_INIT(ObjFW, 0.6-dev, js@webkeks.org)
AC_INIT(ObjFW, 0.5, 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"

Modified utils/objfw-config.in from [fdd3ab8e98] to [cdff4c84e7].

33
34
35
36
37
38
39
40

41
42
43
44
45
46
47
33
34
35
36
37
38
39

40
41
42
43
44
45
46
47







-
+







LDFLAGS_REEXPORT="@LDFLAGS_REEXPORT@"
LDFLAGS_RPATH="@LDFLAGS_RPATH@"
LIBS="-L${libdir} -lobjfw @LIBS@"
PLUGIN_CFLAGS="@PLUGIN_CFLAGS@"
PLUGIN_LDFLAGS="@PLUGIN_LDFLAGS@"
PLUGIN_SUFFIX="@PLUGIN_SUFFIX@"
PROG_SUFFIX="@EXEEXT@"
VERSION="0.6-dev"
VERSION="0.5"

show_help() {
	cat <<__EOF__
objfw-config: Available arguments are:

	--all		Outputs all flags + libs
	--cflags	Outputs the required CFLAGS