]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
note possible alternative for how to do CVS versions; ask arma which he likes.
authorNick Mathewson <nickm@torproject.org>
Mon, 29 Nov 2004 23:06:51 +0000 (23:06 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 29 Nov 2004 23:06:51 +0000 (23:06 +0000)
svn:r3023

src/or/or.h

index 3f39f3d938c42cf328aac7c812589cb2befc5fd4..47eec972ada9d9b984b146822f3189bb379a22fe 100644 (file)
@@ -1647,6 +1647,11 @@ void clear_trusted_dir_servers(void);
  * 0.1.1.7-cvs, 0.1.1.8-rc, 0.1.1.9-cvs.  Eventually, we release 0.1.1.10.
  * The stable CVS repository gets the version 0.1.1.11-maint_cvs; the
  * next patch release is 0.1.1.12.
+ *
+ * XXXX(Alternatively, we could go: 0.1.1.1-alpha, 0.1.1.1-alpha_cvs,
+ * 0.1.1.2-alpha, 0.1.1.2-alpha_cvs .  This wouldn't violate our
+ * only-one-release-per-number rule, since CVS versions aren't
+ * released. Roger?)
  */
 typedef struct tor_version_t {
   int major;