Skip to content

Commit

Permalink
New version
Browse files Browse the repository at this point in the history
	modified:   ChangeLog
	modified:   NEWS
	modified:   VERSION
	modified:   common/global.h
	modified:   configure.ac
	modified:   libsar-analyzer/Makefile.am
	modified:   libsosreport-analyzer/Makefile.am
  • Loading branch information
intrajp committed Mar 30, 2019
1 parent b766741 commit 5dd27e4
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 5 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
1.0.90
Fix to skip file which is over the size 50 Mbytes.
1.0.89
Fix conf files.
1.0.88
Expand Down
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

Version 1.0.90
~~~~~~~~~~~~~~
Released: 2019-3-30

Version 1.0.89
~~~~~~~~~~~~~~
Released: 2019-3-30
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.89
1.0.90
2 changes: 1 addition & 1 deletion common/global.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#define PROGRAM_VERSION 1
#define PROGRAM_RELEASE 0
#define PROGRAM_SUB_RELEASE 89
#define PROGRAM_SUB_RELEASE 90

/* the maximum line length of file name */
#define MAX_FULL_PATH_LENGTH 512
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ version 2.1 of the License, or (at your option) any later version. See the
configure.ac file for more details.])

# initialize and set version and bugreport address
AC_INIT([sosreport-analyzer], [1.0.89], [[email protected]])
AC_INIT([sosreport-analyzer], [1.0.90], [[email protected]])
RELEASE_MONTH="Mar 2019"
AC_SUBST(RELEASE_MONTH)
AC_CONFIG_MACRO_DIR([m4])
Expand Down
2 changes: 1 addition & 1 deletion libsar-analyzer/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ else
libsar_analyzer_la_SOURCES=common.c make_report.c sar_analyzer.c setter_getter.c
endif

libsar_analyzer_la_LDFLAGS = -version-info 1:89:0
libsar_analyzer_la_LDFLAGS = -version-info 1:90:0

all:

Expand Down
2 changes: 1 addition & 1 deletion libsosreport-analyzer/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lib_LTLIBRARIES = libsosreport-analyzer.la

libsosreport_analyzer_la_SOURCES = cfg.c common.c line_data.c

libsosreport_analyzer_la_LDFLAGS = -version-info 1:89:0
libsosreport_analyzer_la_LDFLAGS = -version-info 1:90:0

all:

Expand Down

0 comments on commit 5dd27e4

Please sign in to comment.