Skip to content

Commit

Permalink
Increase version number 3.6.3 --> 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Jul 5, 2017
1 parent d7cb734 commit 06589f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([yara], [3.6.2], [[email protected]])
AC_INIT([yara], [3.6.3], [[email protected]])

AC_CONFIG_SRCDIR([yara.c])

Expand Down
2 changes: 1 addition & 1 deletion libyara/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ yarainclude_HEADERS = \

lib_LTLIBRARIES = libyara.la

libyara_la_LDFLAGS = -version-number 3:6:2
libyara_la_LDFLAGS = -version-number 3:6:3

libyara_la_SOURCES = \
$(MODULES) \
Expand Down
2 changes: 1 addition & 1 deletion libyara/include/yara/libyara.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#define YR_MAJOR_VERSION 3
#define YR_MINOR_VERSION 6
#define YR_MICRO_VERSION 2
#define YR_MICRO_VERSION 3

#define version_str(s) _version_str(s)
#define _version_str(s) #s
Expand Down

0 comments on commit 06589f7

Please sign in to comment.