Changeset 10329
- Timestamp:
- 09/28/10 03:07:34 (3 years ago)
- Files:
-
- contributed_modules/modules/endpointman/install.php (modified) (2 diffs)
- contributed_modules/modules/endpointman/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/endpointman/install.php
r10318 r10329 77 77 } 78 78 79 $version = "2.3. 0";79 $version = "2.3.1"; 80 80 81 81 if(ep_table_exists("endpointman_global_vars")) { … … 821 821 if ($ver <= '2.3.0') { 822 822 823 } 824 825 if ($ver <= '2.3.1') { 826 823 827 } 824 828 } contributed_modules/modules/endpointman/module.xml
r10323 r10329 2 2 <rawname>endpointman</rawname> 3 3 <name>PBX End Point Manager</name> 4 <version>2.3. 0</version>4 <version>2.3.1</version> 5 5 <type>tool</type> 6 6 <category>End Point Manager</category>
