public inbox for cgen@sourceware.org
 help / color / mirror / Atom feed
From: Doug Evans <dje@sebabeach.org>
To: cgen@sourceware.org
Subject: [patch]: Set version number to 1.1.0.
Date: Sun, 14 Jun 2009 21:45:00 -0000	[thread overview]
Message-ID: <200906141955.n5EJtQDR006384@localhost.localdomain> (raw)

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))

                 reply	other threads:[~2009-06-14 21:45 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200906141955.n5EJtQDR006384@localhost.localdomain \
    --to=dje@sebabeach.org \
    --cc=cgen@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).