public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
* [patch]: Set version number to 1.1.0.
@ 2009-06-14 21:45 Doug Evans
  0 siblings, 0 replies; only message in thread
From: Doug Evans @ 2009-06-14 21:45 UTC (permalink / raw)
  To: cgen

Hi.

I'll check this in in a few days.

2009-06-14  Doug Evans  <dje@sebabeach.org>

	* read.scm (-CGEN-VERSION): Set version number to 1.1.0.

--- read.scm=	2009-06-14 12:39:22.000000000 -0700
+++ read.scm	2009-06-14 12:50:13.000000000 -0700
@@ -63,7 +63,7 @@
 ; Variables representing misc. global constants.
 
 ; A list of three numbers designating the cgen version: major minor fixlevel.
-(define -CGEN-VERSION '(0 7 2))
+(define -CGEN-VERSION '(1 1 0))
 (define (cgen-major) (car -CGEN-VERSION))
 (define (cgen-minor) (cadr -CGEN-VERSION))
 (define (cgen-fixlevel) (caddr -CGEN-VERSION))

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-14 21:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-06-14 21:45 [patch]: Set version number to 1.1.0 Doug Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).