Skip to content

Commit 450707c

Browse files
committed
updating version
1 parent cc2e968 commit 450707c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/installation.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ An overlay for installing Phalcon can be found [here][gentoo-overlay]
166166
sudo -s
167167
git clone https://github.com/phalcon/cphalcon
168168
cd cphalcon/
169-
git checkout tags/v5.9.1 ./
169+
git checkout tags/v5.9.2 ./
170170
zephir fullclean
171171
zephir build
172172
```
@@ -305,7 +305,7 @@ Compile Phalcon
305305

306306
```bash
307307
cd cphalcon/
308-
git checkout tags/v5.9.1 ./
308+
git checkout tags/v5.9.2 ./
309309
zephir fullclean
310310
zephir build
311311
```
@@ -330,7 +330,7 @@ The instructions above will compile **and** install the module on your system. Y
330330

331331
```bash
332332
cd cphalcon/
333-
git checkout tags/v5.9.1 ./
333+
git checkout tags/v5.9.2 ./
334334
zephir fullclean
335335
zephir compile
336336
cd ext

docs/upgrade.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Phalcon can be installed using PECL.
1919

2020
```
2121
pecl install phalcon
22-
// pecl install phalcon-5.9.1
22+
// pecl install phalcon-5.9.2
2323
```
2424

2525
**Alternative installation**
@@ -36,7 +36,7 @@ Compile Phalcon
3636

3737
```bash
3838
cd cphalcon/
39-
git checkout tags/5.9.1 ./
39+
git checkout tags/5.9.2 ./
4040
zephir fullclean
4141
zephir build
4242
```

0 commit comments

Comments
 (0)