0.6.4
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 22 Sep 2005 02:06:27 +0000 (02:06 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Thu, 22 Sep 2005 02:06:27 +0000 (02:06 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@1255 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/QUICKSTART
ltt/branches/poly/configure.in

index c9514e98b1aed4a63e0669027cad55b2aea29ff6..ca798bdc755935fd8973b637dedc55a6fe10a425 100644 (file)
@@ -103,9 +103,9 @@ echo ltt-control >> /etc/modules
 
 su -
 cd /usr/src
-wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.6.3-20092005.tar.gz
-gzip -cd LinuxTraceToolkitViewer-0.6.3-20092005.tar.gz | tar xvof -
-cd LinuxTraceToolkitViewer-0.6.3-20092005
+wget http://ltt.polymtl.ca/packages/LinuxTraceToolkitViewer-0.6.4-21092005.tar.gz
+gzip -cd LinuxTraceToolkitViewer-0.6.4-21092005.tar.gz | tar xvof -
+cd LinuxTraceToolkitViewer-0.6.4-21092005
 (refer to README to see the development libraries that must be installed on you
 system)
 ./configure
index 4fbefc4acbd2fbac22120af0007aba34285ea433..3fa1e631f150df44c06947f85149a68e3a7c760a 100644 (file)
@@ -23,7 +23,7 @@
 AC_PREREQ(2.57)
 AC_INIT(FULL-PACKAGE-NAME, VERSION, BUG-REPORT-ADDRESS)
 #AC_WITH_LTDL  # not needed ?
-AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.6.3-20092005)
+AM_INIT_AUTOMAKE(LinuxTraceToolkitViewer,0.6.4-21092005)
 AM_CONFIG_HEADER(config.h)
 AM_PROG_LIBTOOL
 
This page took 0.030103 seconds and 4 git commands to generate.