1
0
mirror of https://github.com/openresty/openresty synced 2024-11-14 08:45:50 +01:00
openresty/util/ver

8 lines
87 B
Plaintext
Raw Normal View History

#!/bin/bash
2014-08-08 04:18:57 +02:00
main_ver=1.7.4
2014-07-14 05:35:52 +02:00
minor_ver=1rc0
version=$main_ver.$minor_ver
echo $version