Skip to content

Commit

Permalink
properly increase so version (thanks to @mvidner)
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jun 18, 2013
1 parent 215fd95 commit 479edd3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion liby2/src/Makefile.am
Expand Up @@ -22,7 +22,7 @@ liby2_la_SOURCES = \
Y2PluginComponent.cc Y2CCPlugin.cc \
Y2StdioComponent.cc Y2CCStdio.cc

liby2_la_LDFLAGS = -version-info 3:1
liby2_la_LDFLAGS = -version-info 4:0
# pthread added (74501)
liby2_la_LIBADD = ${Y2UTIL_LIBS} -lutil -ldl -lpthread

Expand Down
4 changes: 2 additions & 2 deletions libycp/src/Makefile.am
Expand Up @@ -64,10 +64,10 @@ INCLUDES = -I$(srcdir)/include -I$(srcdir)/include/ycp -I$(top_srcdir)/liby2/src
-I$(top_srcdir)/debugger

# CURRENT:REVISION:AGE
libycpvalues_la_LDFLAGS = -version-info 5:1:0
libycpvalues_la_LDFLAGS = -version-info 6:0:0
libycpvalues_la_LIBADD = ${Y2UTIL_LIBS}

libycp_la_LDFLAGS = -version-info 3:1:0
libycp_la_LDFLAGS = -version-info 4:0:0
libycp_la_LIBADD = ${Y2UTIL_LIBS} -lcrypt libycpvalues.la $(top_builddir)/debugger/liby2debug.la

CLEANFILES = parser.output parser.cc scanner.cc $(BUILT_SOURCES)
Expand Down

1 comment on commit 479edd3

@mvidner
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drum roll...

 _     ____ _____ __  __ 
| |   / ___|_   _|  \/  |
| |  | |  _  | | | |\/| |
| |__| |_| | | | | |  | |
|_____\____| |_| |_|  |_|

Please sign in to comment.