about summary refs log tree commit diff stats
path: root/configure.ac
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-03-10 21:36:56 +0000
committerJames Booth <boothj5@gmail.com>2013-03-10 21:36:56 +0000
commitc89de12b0fff4b7c511ad823b46621fc16836702 (patch)
treeb14f086ba36b811988c5dea110f11316557cebe9 /configure.ac
parentced9f321fa84e837a10b26cff17f03e52d6a8bba (diff)
downloadprofani-tty-c89de12b0fff4b7c511ad823b46621fc16836702.tar.gz
Set development version
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 5f6f147d..45badb0e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,8 +2,8 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.65])
-AC_INIT([profanity], [0.2.0], [boothj5web@gmail.com])
-AC_DEFINE([PACKAGE_STATUS], ["release"], [Status of this build])
+AC_INIT([profanity], [0.3.0], [boothj5web@gmail.com])
+AC_DEFINE([PACKAGE_STATUS], ["development"], [Status of this build])
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_HEADERS([src/config.h])
 AC_CONFIG_AUX_DIR([build-aux])
'>a2726b6a ^
9945246a ^



a2726b6a ^
9945246a ^
a2726b6a ^
9945246a ^






a2726b6a ^
9945246a ^



a2726b6a ^
9945246a ^











a2726b6a ^
9945246a ^







a2726b6a ^
9945246a ^

e3f2ca7d ^




9945246a ^





a2726b6a ^
9945246a ^




a2726b6a ^
9945246a ^






a2726b6a ^
9945246a ^





a2726b6a ^
9945246a ^












a2726b6a ^
9945246a ^





a2726b6a ^
9945246a ^










1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131