[RELEASE-8] 1.0.2 에서 신규로 추가된 테이블 추가 및 관리 스크립트 수정.

This commit is contained in:
Woonduk Kang
2014-08-22 11:46:20 +09:00
parent 4bfb4f003d
commit 99e109e5b5
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -15,5 +15,6 @@ flush 'ApplicationMapStatisticsCallee'
flush 'ApplicationMapStatisticsSelf'
flush 'ApplicationStatistics'
flush 'HostApplicationMap'
flush 'HostApplicationMap_Ver2'
EOF
+1
View File
@@ -35,5 +35,6 @@ major_compact 'ApplicationMapStatisticsSelf'
major_compact 'ApplicationStatistics'
major_compact 'HostApplicationMap'
major_compact 'HostApplicationMap_Ver2'
EOF
@@ -1,4 +1,4 @@
package com.nhn.pinpoint.common;
public final class Version {
public static final String VERSION = "1.0.2";
public static final String VERSION = "1.0.2-SNAPSHOT";
}