1.1.18
This commit is contained in:
parent
0037cb04a7
commit
94a7f02ff0
|
@ -1,5 +1,7 @@
|
||||||
2005-03-01 Doug MacEachern <dougm@hyperic.net>
|
2005-03-01 Doug MacEachern <dougm@hyperic.net>
|
||||||
|
|
||||||
|
* 1.1.18 released
|
||||||
|
|
||||||
* fix bug in ptql args glob substring operators (Args.*.{sw,ew,ct})
|
* fix bug in ptql args glob substring operators (Args.*.{sw,ew,ct})
|
||||||
|
|
||||||
* added OperatingSystem class to help determine linux
|
* added OperatingSystem class to help determine linux
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<project name="Sigar" default="build" basedir=".">
|
<project name="Sigar" default="build" basedir=".">
|
||||||
|
|
||||||
<property name="sigar.version" value="1.1.18-dev"/>
|
<property name="sigar.version" value="1.1.18"/>
|
||||||
|
|
||||||
<property file="${user.home}/.sigar-build.properties"/>
|
<property file="${user.home}/.sigar-build.properties"/>
|
||||||
<property name="project.name" value="sigar"/>
|
<property name="project.name" value="sigar"/>
|
||||||
|
|
Loading…
Reference in New Issue