Browse Source

Version klish-plugin-sysrepo-3.1.0. Based on klish-3.1.0

Serj Kalichev 1 week ago
parent
commit
107df3e302
4 changed files with 13 additions and 4 deletions
  1. 2 0
      Makefile.am
  2. 6 1
      README.md
  3. 3 3
      configure.ac
  4. 2 0
      docs/Makefile.am

+ 2 - 0
Makefile.am

@@ -25,6 +25,7 @@ include_klish_HEADERS =
 EXTRA_DIST = \
 	bin/Makefile.am \
 	src/Makefile.am \
+	docs/Makefile.am \
 	LICENCE \
 	README.md \
 	xml \
@@ -32,3 +33,4 @@ EXTRA_DIST = \
 
 include $(top_srcdir)/bin/Makefile.am
 include $(top_srcdir)/src/Makefile.am
+include $(top_srcdir)/docs/Makefile.am

+ 6 - 1
README.md

@@ -15,7 +15,10 @@ Plugin depend on following projects:
  - libyang
  - sysrepo
 
-The klish-plugin-1.0.0 uses klish-3.0.0, faux-2.1.0 for build.
+The klish-plugin-3.1.0 uses
+[klish-3.1.0](https://src.libcode.org/download/klish/klish-3.1.0.tar.xz),
+[faux-2.2.0](https://src.libcode.org/download/faux/faux-2.2.0.tar.xz)
+for build.
 
 ## Resources
 
@@ -39,4 +42,6 @@ Dev mailing list : http://groups.google.com/group/klish-dev
 
 Download : https://src.libcode.org/download/klish-plugin-sysrepo/
 
+Latest release : https://src.libcode.org/download/klish-plugin-sysrepo/klish-plgin-sysrepo-3.1.0.tar.xz
+
 Author : Serj Kalichev `pkun(_at_)libcode.org`

+ 3 - 3
configure.ac

@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
-m4_define([MAJOR_VERSION], 1)
-m4_define([MINOR_VERSION], 0)
+m4_define([MAJOR_VERSION], 3)
+m4_define([MINOR_VERSION], 1)
 m4_define([MICRO_VERSION], 0)
 
 AC_PREREQ([2.71])
@@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR(aux_scripts)
 AC_CONFIG_MACRO_DIR([m4])
 
 # Values for SONAME. See -version-info for details.
-AC_SUBST(SONAME_CURRENT, 1)
+AC_SUBST(SONAME_CURRENT, 3)
 AC_SUBST(SONAME_REVISION, 0)
 AC_SUBST(SONAME_AGE, 0)
 

+ 2 - 0
docs/Makefile.am

@@ -0,0 +1,2 @@
+EXTRA_DIST += \
+	docs/klish-plugin-sysrepo.ru.md