Compare commits

...

2 commits
main ... 1.2.x

Author SHA1 Message Date
Andre Nathan b66693508e Version 1.2.3 2018-07-10 10:29:23 -03:00
Jakub Skokan fcc5601bfd Fix build with LXC 3.0 2018-07-10 10:27:24 -03:00
3 changed files with 8 additions and 1 deletions

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
ruby-lxc (1.2.3-0digirati1) trusty; urgency=low
* Version 1.2.3.
-- Andre Nathan <andre@digirati.com.br> Mon, 10 Jul 2018 10:29:03 -0300
ruby-lxc (1.2.2-0digirati1) trusty; urgency=low
* Version 1.2.2.

View file

@ -6,6 +6,7 @@
#include <signal.h>
#include <stdint.h>
#include <string.h>
#include <errno.h>
#define SYMBOL(s) ID2SYM(rb_intern(s))

View file

@ -1,3 +1,3 @@
module LXC
VERSION = '1.2.2'
VERSION = '1.2.3'
end