ObjFW  Check-in [65204466d1]

Overview
Comment:Branch for 0.4 and set version to 0.4-alpha1 in the new branch.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | 0.4
Files: files | file ages | folders
SHA3-256: 65204466d1b06dc5f0d52e7f3aa1d747c90a9f3c151719ae2788429572e8a758
User & Date: js on 2011-01-03 21:50:20
Other Links: branch diff | manifest | tags
Context
2011-01-03
21:51
Update ChangeLog for 0.4-alpha1. check-in: 253d5f1043 user: js tags: 0.4, 0.4-alpha1
21:50
Branch for 0.4 and set version to 0.4-alpha1 in the new branch. check-in: 65204466d1 user: js tags: 0.4
21:48
Fix a typo in Makefile. check-in: 71df4f6b30 user: js tags: trunk
Changes

Modified Info.plist from [2784921274] to [97a9609668].

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.4-dev</string>
	<string>0.4-alpha1</string>
	<key>CFBundleShortVersionString</key>
	<string>0.4-dev</string>
	<string>0.4-alpha1</string>
</dict>
</plist>

Modified configure.ac from [ce9d5beae9] to [568955531f].

1

2
3
4
5
6
7
8

1
2
3
4
5
6
7
8
-
+







AC_INIT(ObjFW, 0.4-dev, js@webkeks.org)
AC_INIT(ObjFW, 0.4-alpha1, js@webkeks.org)
AC_CONFIG_SRCDIR(src)

AC_CANONICAL_HOST

AC_LANG([Objective C])
AC_PROG_OBJC
AC_PROG_OBJCPP

Modified utils/objfw-config.in from [3e4d53e67a] to [00c42c33c9].

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.4-dev"
VERSION="0.4-alpha1"

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

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