Skip to content

Commit

Permalink
bump to version 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tguillem committed Mar 1, 2022
1 parent 56f4aff commit 32e8f95
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Changes between 0.3.1 and 0.3.3:
--------------------------------
* Switch to meson buildsystem
* add smb_session_abort() and netbios_ns_abort() that allow interrupting any
I/O operations


Changes between 0.3.0 and 0.3.1:
--------------------------------

Expand Down
4 changes: 2 additions & 2 deletions include/bdsm.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
#ifndef __BDSM_H_
#define __BDSM_H_

#define BDSM_VERSION_CURRENT 4
#define BDSM_VERSION_CURRENT 5
#define BDSM_VERSION_REVISION 0
#define BDSM_VERSION_AGE 1
#define BDSM_VERSION_AGE 0

#include "bdsm/netbios_ns.h"
#include "bdsm/netbios_defs.h"
Expand Down
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('libdsm', ['c'],
version: '0.3.2',
version: '0.3.3',
license: ['LGPL2'],
default_options: ['c_std=c11',
'warning_level=2',
Expand All @@ -8,7 +8,7 @@ project('libdsm', ['c'],
meson_version: '>= 0.53.0')

#Soname
dsm_soname_version = '3.1.0'
dsm_soname_version = '3.2.0'
if host_machine.system() == 'windows'
dsm_soversion = ''
else
Expand Down

0 comments on commit 32e8f95

Please sign in to comment.