Skip to content

Commit

Permalink
Bump version to 1.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
djberg96 committed Sep 19, 2016
1 parent 7b1565a commit f52c71a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/hpux/sys/proctable.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ void Init_proctable()
/* There is no constructor */
rb_funcall(cProcTable, rb_intern("private_class_method"), 1, ID2SYM(rb_intern("new")));

/* 1.1.1: The version of the sys-proctable library. */
rb_define_const(cProcTable, "VERSION", rb_str_new2("1.1.1"));
/* 1.1.2: The version of the sys-proctable library. */
rb_define_const(cProcTable, "VERSION", rb_str_new2("1.1.2"));

/* Structs */

Expand Down

0 comments on commit f52c71a

Please sign in to comment.