|
|
@ -15,7 +15,7 @@ TEST_VERSION=2.5.0 |
|
|
|
# is also possible to use this same test set to test the compatibility of the |
|
|
|
# is also possible to use this same test set to test the compatibility of the |
|
|
|
# latest version against other versions. |
|
|
|
# latest version against other versions. |
|
|
|
OLD_VERSION=$1 |
|
|
|
OLD_VERSION=$1 |
|
|
|
OLD_VERSION_PROTOC=http://repo1.maven.org/maven2/com/google/protobuf/protoc/$OLD_VERSION/protoc-$OLD_VERSION-linux-x86_64.exe |
|
|
|
OLD_VERSION_PROTOC=https://repo1.maven.org/maven2/com/google/protobuf/protoc/$OLD_VERSION/protoc-$OLD_VERSION-linux-x86_64.exe |
|
|
|
|
|
|
|
|
|
|
|
# Extract the latest protobuf version number. |
|
|
|
# Extract the latest protobuf version number. |
|
|
|
VERSION_NUMBER=`grep "^__version__ = '.*'" ../../google/protobuf/__init__.py | sed "s|__version__ = '\(.*\)'|\1|"` |
|
|
|
VERSION_NUMBER=`grep "^__version__ = '.*'" ../../google/protobuf/__init__.py | sed "s|__version__ = '\(.*\)'|\1|"` |
|
|
|