]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commit
Bump version to librrd-8.dll for MSVC builds
authorWolfgang Stöggl <c72578@yahoo.de>
Sat, 22 Jun 2019 20:58:50 +0000 (22:58 +0200)
committerTobias Oetiker <tobi@oetiker.ch>
Mon, 24 Jun 2019 06:20:50 +0000 (08:20 +0200)
commit2a597646a393eeeb276a091f05a342efbfc4919c
treeba07994bd8cdb449eb1a06394e8574115940b288
parentc9a46d1b77a0f212a75169d9cd051e5e3bf7558b
Bump version to librrd-8.dll for MSVC builds

The current version in the filename of the library is 8, e.g.
librrd.so.8 or librrd-8.dll (MinGW-w64 builds), which is based on
LIBVERS from configure.ac. The version of the dll for MSVC builds is
not derived from LIBVERS and has not been updated yet.

- Substitute occurrences of librrd-4 with librrd-8 using:
  git grep -l 'librrd-4' | xargs sed -b -i 's/librrd-4/librrd-8/g'
- rename librrd-4* files to librrd-8* using:
  find . -name 'librrd-4*' \
  -exec bash -c 'file={}; git mv $file ${file/librrd-4/librrd-8}' \;
14 files changed:
Makefile.am
Makefile.in
WIN32-BUILD-TIPS.txt
bindings/dotnet/rrdlib.cs
bindings/perl-shared/Makefile.PL
win32/Makefile.msc
win32/Makefile_vcpkg.msc
win32/README
win32/librrd-8.def [moved from win32/librrd-4.def with 98% similarity]
win32/librrd-8.rc [moved from win32/librrd-4.rc with 88% similarity]
win32/librrd-8.vcxproj [moved from win32/librrd-4.vcxproj with 96% similarity]
win32/rrd.sln
win32/rrdtool.vcxproj
win32/rrdupdate.vcxproj