Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita40f114

Browse files
committed
Version 1.7.3.
1 parentc536d02 commita40f114

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

‎LICENSE‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2011-2017 Michael Truog <mjtruog at gmail dot com>
3+
Copyright (c) 2011-2018 Michael Truog <mjtruog at gmail dot com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a
66
copy of this software and associated documentation files (the "Software"),

‎mix.exs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ defmodule Pqueue.Mixfile do
66

77
defprojectdo
88
[app::pqueue,
9-
version:"1.7.2",
9+
version:"1.7.3",
1010
description:description(),
1111
package:package(),
1212
deps:deps()]

‎rebar.config‎

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
%-*-Mode:erlang;coding:utf-8;tab-width:4;c-basic-offset:4;indent-tabs-mode:()-*-
22
% ex: set ft=erlang fenc=utf-8 sts=4 ts=4 sw=4 et nomod:
33

4-
{require_otp_vsn,"R16|17|18|19|20"}.
4+
{require_otp_vsn,"R16|17|18|19|20|21"}.
55
{erl_opts,
66
[{platform_define,"^R16",'ERLANG_OTP_VERSION_16'},
77
{platform_define,"^17\.",'ERLANG_OTP_VERSION_17'},
88
{platform_define,"^18\.",'ERLANG_OTP_VERSION_18'},
99
{platform_define,"^19\.",'ERLANG_OTP_VERSION_19'},
10-
{platform_define,"^20\.",'ERLANG_OTP_VERSION_20'}]}.
10+
{platform_define,"^20\.",'ERLANG_OTP_VERSION_20'},
11+
{platform_define,"^21\.",'ERLANG_OTP_VERSION_21'}]}.
1112
{edoc_opts, [{preprocess,true}]}.

‎src/pqueue.app.src‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{application,pqueue,
55
[{description,"Priority Queue Data Structures"},
6-
{vsn,"1.7.2"},
6+
{vsn,"1.7.3"},
77
{modules, [pqueue,pqueue2,pqueue3,pqueue4]},
88
{registered, []},
99
{applications, [stdlib,kernel]}]}.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp