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 Apr 1, 2019
1 parent e0a55f6 commit b17f946
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.94
Fix to skip directory which does not exist.
1.0.93
Add one member 'sos_commands/abrt/'.
1.0.92
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.94
~~~~~~~~~~~~~~
Released: 2019-4-1

Version 1.0.93
~~~~~~~~~~~~~~
Released: 2019-4-1
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.93
1.0.94
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 93
#define PROGRAM_SUB_RELEASE 94

/* 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.93], [[email protected]])
AC_INIT([sosreport-analyzer], [1.0.94], [[email protected]])
RELEASE_MONTH="Apr 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:93:0
libsar_analyzer_la_LDFLAGS = -version-info 1:94: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:93:0
libsosreport_analyzer_la_LDFLAGS = -version-info 1:94:0

all:

Expand Down

0 comments on commit b17f946

Please sign in to comment.