forked from glynos/cpp-netlib
-
Notifications
You must be signed in to change notification settings - Fork 425
Closed
Labels
Description
In CMakeLists.txt:
set(CPPNETLIB_VERSION_MAJOR 0) # MUST bump this whenever we make ABI-incompatible changes
set(CPPNETLIB_VERSION_MINOR 11)
set(CPPNETLIB_VERSION_PATCH 0)
The last one should be bumped to 1, I believe? Otherwise, we get files like:
drwxr-xr-x root/root 0 2014-12-17 21:55 ./usr/lib/x86_64-linux-gnu/
-rw-r--r-- root/root 219784 2014-12-17 21:55 ./usr/lib/x86_64-linux-gnu/libcppnetlib-uri.so.0.11.0
-rw-r--r-- root/root 96608 2014-12-17 21:55 ./usr/lib/x86_64-linux-gnu/libcppnetlib-server-parsers.so.0.11.0
-rw-r--r-- root/root 229384 2014-12-17 21:55 ./usr/lib/x86_64-linux-gnu/libcppnetlib-client-connections.so.0.11.0
lrwxrwxrwx root/root 0 2014-12-17 21:55 ./usr/lib/x86_64-linux-gnu/libcppnetlib-uri.so.0 -> libcppnetlib-uri.so.0.11.0
lrwxrwxrwx root/root 0 2014-12-17 21:55 ./usr/lib/x86_64-linux-gnu/libcppnetlib-client-connections.so.0 -> libcppnetlib-client-connections.so.0.11.0
lrwxrwxrwx root/root 0 2014-12-17 21:55 ./usr/lib/x86_64-linux-gnu/libcppnetlib-server-parsers.so.0 -> libcppnetlib-server-parsers.so.0.11.0