distro UPDATE soversion moved from 2 to 3
diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control
index 34324c5..428aa1e 100644
--- a/distro/pkg/deb/control
+++ b/distro/pkg/deb/control
@@ -13,7 +13,7 @@
 Vcs-Browser: https://github.com/CESNET/libnetconf2/tree/master
 Vcs-Git: https://github.com/CESNET/libnetconf2.git
 
-Package: libnetconf2-2
+Package: libnetconf2-3
 Depends: ${misc:Depends},
          ${shlibs:Depends}
 Architecture: any
@@ -28,7 +28,7 @@
 
 Package: libnetconf2-dev
 Depends: libyang2-dev,
-         libnetconf2-2 (= ${binary:Version}),
+         libnetconf2-3 (= ${binary:Version}),
          ${misc:Depends}
 Section: libdevel
 Architecture: any
diff --git a/distro/pkg/deb/libnetconf2-2.install b/distro/pkg/deb/libnetconf2-3.install
similarity index 100%
rename from distro/pkg/deb/libnetconf2-2.install
rename to distro/pkg/deb/libnetconf2-3.install