[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    tags/ktorrent/1.2rc2
From:       Joris Guisson <joris.guisson () gmail ! com>
Date:       2006-01-17 17:22:55
Message-ID: 1137518575.796471.24759.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 499370 by guisson:

Updated version numbers to 1.2rc2

 M  +1 -1      apps/ktorrent/main.cpp  
 M  +1 -1      configure.in.in  
 M  +1 -1      libktorrent/torrent/peerid.cpp  


--- tags/ktorrent/1.2rc2/apps/ktorrent/main.cpp #499369:499370
@@ -57,7 +57,7 @@
 static const char description[] =
     I18N_NOOP("A BitTorrent program for KDE");
 
-static const char version[] = "1.2dev";
+static const char version[] = "1.2rc2";
 
 static KCmdLineOptions options[] =
 {
--- tags/ktorrent/1.2rc2/configure.in.in #499369:499370
@@ -1,7 +1,7 @@
 #MIN_CONFIG(3.3)
 CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS $USE_EXCEPTIONS $USE_RTTI"
 
-AM_INIT_AUTOMAKE(ktorrent,1.2dev)
+AM_INIT_AUTOMAKE(ktorrent,1.2rc2)
 
 dnl #### Check for FSEEK variants
 AC_SYS_LARGEFILE
--- tags/ktorrent/1.2rc2/libktorrent/torrent/peerid.cpp #499369:499370
@@ -32,7 +32,7 @@
 		int r[12];
 		for (int i = 0;i < 12;i++)
 			r[i] = rand() % 10;
-		QString peer_id = "-KT12DV-";
+		QString peer_id = "-KT12R2-";
 		for (int i = 0;i < 12;i++)
 			peer_id += QString("%1").arg(r[i]);
 		memcpy(id,peer_id.ascii(),20);
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic