<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Version numbers on trunk and maintenance branches</title>
	<atom:link href="http://philikon.wordpress.com/2008/07/19/version-numbers-on-trunk-and-maintenance-branches/feed/" rel="self" type="application/rss+xml" />
	<link>http://philikon.wordpress.com/2008/07/19/version-numbers-on-trunk-and-maintenance-branches/</link>
	<description>Philipp on software and other interesting things</description>
	<lastBuildDate>Thu, 01 Oct 2009 18:05:34 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Wichert Akkerman</title>
		<link>http://philikon.wordpress.com/2008/07/19/version-numbers-on-trunk-and-maintenance-branches/#comment-55</link>
		<dc:creator>Wichert Akkerman</dc:creator>
		<pubDate>Sun, 20 Jul 2008 10:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://philikon.wordpress.com/?p=12#comment-55</guid>
		<description>Unfortunately setuptools has a very magic version version comparison algorithm which no package manager will ever support. It&#039;s handling of a, b, c and rc is too magic.</description>
		<content:encoded><![CDATA[<p>Unfortunately setuptools has a very magic version version comparison algorithm which no package manager will ever support. It&#8217;s handling of a, b, c and rc is too magic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philikon</title>
		<link>http://philikon.wordpress.com/2008/07/19/version-numbers-on-trunk-and-maintenance-branches/#comment-54</link>
		<dc:creator>philikon</dc:creator>
		<pubDate>Sun, 20 Jul 2008 09:47:48 +0000</pubDate>
		<guid isPermaLink="false">http://philikon.wordpress.com/?p=12#comment-54</guid>
		<description>That would work for me, too, as long as a trunk or branch checkout did not contain a version number that could be confused with a release version number. Setuptools just happens to support this neatly with the &#039;dev&#039; marker.</description>
		<content:encoded><![CDATA[<p>That would work for me, too, as long as a trunk or branch checkout did not contain a version number that could be confused with a release version number. Setuptools just happens to support this neatly with the &#8216;dev&#8217; marker.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Finney</title>
		<link>http://philikon.wordpress.com/2008/07/19/version-numbers-on-trunk-and-maintenance-branches/#comment-53</link>
		<dc:creator>Ben Finney</dc:creator>
		<pubDate>Sun, 20 Jul 2008 08:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://philikon.wordpress.com/?p=12#comment-53</guid>
		<description>&gt; What makes it a good idea is the fact that … the version number is actually meaningful, due to setuptools’ version semantics

That&#039;s all well and good if setuptools is the only thing that compares version numbers to one another. What about an operating-system package manager? What about some external tool looking at version numbers on file archives? What about the application itself?

The version number should be *trivially* comparable, precisely so we don&#039;t have to rely on one particular tool in order to hope to get the right &quot;semantics&quot;. Why not just choose version numbers that compare correctly in alphanumeric sequence?</description>
		<content:encoded><![CDATA[<p>&gt; What makes it a good idea is the fact that … the version number is actually meaningful, due to setuptools’ version semantics</p>
<p>That&#8217;s all well and good if setuptools is the only thing that compares version numbers to one another. What about an operating-system package manager? What about some external tool looking at version numbers on file archives? What about the application itself?</p>
<p>The version number should be *trivially* comparable, precisely so we don&#8217;t have to rely on one particular tool in order to hope to get the right &#8220;semantics&#8221;. Why not just choose version numbers that compare correctly in alphanumeric sequence?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
