[Poet-commit] SF.net SVN: poet:[46] trunk
Brought to you by:
mercurio
|
From: <mer...@us...> - 2008-11-05 04:09:55
|
Revision: 46
http://poet.svn.sourceforge.net/poet/?rev=46&view=rev
Author: mercurio
Date: 2008-11-05 04:09:44 +0000 (Wed, 05 Nov 2008)
Log Message:
-----------
Modified Paths:
--------------
trunk/lib/version.tcl
trunk/win/BuildBoth
trunk/win/Makefile
Added Paths:
-----------
trunk/win/Poet22-84.dll
trunk/win/Poet22-85.dll
Removed Paths:
-------------
trunk/win/Poet21-84.dll
trunk/win/Poet21-85.dll
trunk/win/libPoet21.a
Modified: trunk/lib/version.tcl
===================================================================
--- trunk/lib/version.tcl 2008-11-02 05:23:05 UTC (rev 45)
+++ trunk/lib/version.tcl 2008-11-05 04:09:44 UTC (rev 46)
@@ -1 +1 @@
-set ::Poet::version 2.1.1
+set ::Poet::version 2.2.0
Modified: trunk/win/BuildBoth
===================================================================
--- trunk/win/BuildBoth 2008-11-02 05:23:05 UTC (rev 45)
+++ trunk/win/BuildBoth 2008-11-05 04:09:44 UTC (rev 46)
@@ -7,10 +7,10 @@
make clean
make
-mv poet21.dll Poet21-84.dll
+mv poet22.dll Poet22-84.dll
setenv TCL_MINOR_VERSION 5
make clean
make
-mv poet21.dll Poet21-85.dll
+mv poet22.dll Poet22-85.dll
Modified: trunk/win/Makefile
===================================================================
--- trunk/win/Makefile 2008-11-02 05:23:05 UTC (rev 45)
+++ trunk/win/Makefile 2008-11-05 04:09:44 UTC (rev 46)
@@ -16,8 +16,8 @@
TCL_VERSION = 8$(TCL_MINOR_VERSION)
EXTENSION = Poet
-VERSION = 2.1
-SHORTVERSION = 21
+VERSION = 2.2
+SHORTVERSION = 22
POET_DLL_FILE = ${EXTENSION}${SHORTVERSION}.dll
POET_LIB_FILE = lib${EXTENSION}${SHORTVERSION}.a
Deleted: trunk/win/Poet21-84.dll
===================================================================
(Binary files differ)
Deleted: trunk/win/Poet21-85.dll
===================================================================
(Binary files differ)
Added: trunk/win/Poet22-84.dll
===================================================================
(Binary files differ)
Property changes on: trunk/win/Poet22-84.dll
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/win/Poet22-85.dll
===================================================================
(Binary files differ)
Property changes on: trunk/win/Poet22-85.dll
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Deleted: trunk/win/libPoet21.a
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|