Browse Source

Moved to 3.1

pull/880/head
Luca Deri 3 years ago
committed by GitHub
parent
commit
bd5c3d91a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      autogen.sh

4
autogen.sh

@ -1,8 +1,8 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# NOTE: update version in CMakeLists.txt after changing these # NOTE: update version in CMakeLists.txt after changing these
N2N_MAJOR="2" N2N_MAJOR="3"
N2N_MINOR="9" N2N_MINOR="1"
N2N_PATCH="0" N2N_PATCH="0"
N2N_VERSION_SHORT="$N2N_MAJOR.$N2N_MINOR.$N2N_PATCH" N2N_VERSION_SHORT="$N2N_MAJOR.$N2N_MINOR.$N2N_PATCH"

Loading…
Cancel
Save