about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-03-03 22:22:28 +0000
committerJames Booth <boothj5@gmail.com>2015-03-03 22:22:28 +0000
commitf80689dd3549920c444c9613b72f7fc5901a8c5e (patch)
treed378191ffd785f1030fc56197d42dc5970600c0e
parent6be4b400b80d242538824d626297e1f70ed59b53 (diff)
downloadprofani-tty-f80689dd3549920c444c9613b72f7fc5901a8c5e.tar.gz
Set version to 0.4.6
-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 7369f112..a9896555 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,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 cc32d8fd..7970804b 100755
--- a/install-all.sh
+++ b/install-all.sh
@@ -74,6 +74,7 @@ install_lib_strophe()
     echo
     git clone git://github.com/strophe/libstrophe.git
     cd libstrophe
+    git checkout 0.8.7
     ./bootstrap.sh
     ./configure --prefix=$1
     make
@@ -102,6 +103,7 @@ cyg_install_lib_strophe()
     echo
     git clone git://github.com/strophe/libstrophe.git
     cd libstrophe
+    git checkout 0.8.7
     ./bootstrap.sh
     ./bootstrap.sh # second call seems to fix problem on cygwin
     ./configure --prefix=/usr