about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-09-20 16:46:29 +0100
committerJames Booth <boothj5@gmail.com>2015-09-20 16:46:29 +0100
commit60acf6f05be8f121b0d06b65cea484fd30ac7925 (patch)
tree7e699cfe7b0a5d216cc064460ccaa8d6a84ab39e
parentd7bba740919b2be154d141c1683ea43e771c4b33 (diff)
downloadprofani-tty-60acf6f05be8f121b0d06b65cea484fd30ac7925.tar.gz
Release 0.4.7
-rw-r--r--configure.ac2
-rwxr-xr-xinstall-all.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f5e8764e..ee6e7cec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ AS_CASE([$host_os],
     [cygwin], [PLATFORM="cygwin"],
     [PLATFORM="nix"])
 
-PACKAGE_STATUS="development"
+PACKAGE_STATUS="release"
 
 ### Get git branch and revision if in development
 if test "x$PACKAGE_STATUS" = xdevelopment; then
diff --git a/install-all.sh b/install-all.sh
index 9d42696f..fb716328 100755
--- a/install-all.sh
+++ b/install-all.sh
@@ -84,6 +84,7 @@ install_lib_strophe()
     echo
     git clone git://github.com/strophe/libstrophe.git
     cd libstrophe
+    git checkout 0.8.8
     ./bootstrap.sh
     ./configure --prefix=$1
     make
@@ -112,6 +113,7 @@ cyg_install_lib_strophe()
     echo
     git clone git://github.com/strophe/libstrophe.git
     cd libstrophe
+    git checkout 0.8.8
     ./bootstrap.sh
     ./bootstrap.sh # second call seems to fix problem on cygwin
     ./configure --prefix=/usr
09' href='#n109'>109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215
216
217
218
219