[Python-checkins] CVS: python/dist/src/Modules Setup.in,1.92,1.93

Guido van Rossum python-dev@python.org
Thu, 30 Mar 2000 18:27:51 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Modules
In directory eric:/projects/python/develop/guido/src/Modules

Modified Files:
	Setup.in 
Log Message:
Add linuxaudio module.


Index: Setup.in
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Modules/Setup.in,v
retrieving revision 1.92
retrieving revision 1.93
diff -C2 -r1.92 -r1.93
*** Setup.in	2000/03/30 21:14:30	1.92
--- Setup.in	2000/03/30 23:27:44	1.93
***************
*** 273,276 ****
--- 273,281 ----
  
  
+ # Linux specific modules -- off by default:
+ 
+ #linuxaudio linuxaudio.c
+ 
+ 
  # George Neville-Neil's timing module:
  



Return-Path: <mhammond@skippinet.com.au>
Delivered-To: python-checkins@python.org
Received: from mr14.vic-remote.bigpond.net.au (mr14.vic-remote.bigpond.net.au [24.192.1.29])
	by dinsdale.python.org (Postfix) with ESMTP
	id C64BF1CEFF; Thu, 30 Mar 2000 18:01:40 -0500 (EST)
Received: from bobcat (CPE-144-132-23-166.vic.bigpond.net.au [144.132.23.166])
	by mr14.vic-remote.bigpond.net.au (Pro-8.9.3/8.9.3) with SMTP id JAA00460;
	Fri, 31 Mar 2000 09:03:58 +1000 (EST)
From: "Mark Hammond" <mhammond@skippinet.com.au>
To: <python-dev@python.org>, <python-checkins@python.org>
Subject: RE: [Python-checkins] CVS: python/dist/src/PC python_nt.rc,1.8,1.9
Date: Fri, 31 Mar 2000 09:03:39 +1000
Message-ID: <ECEPKNMJLHAPFFJHDOJBAEJICHAA.mhammond@skippinet.com.au>
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
In-Reply-To: <200003302259.RAA23266@eric.cnri.reston.va.us>
Importance: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700
Sender: python-checkins-admin@python.org
Errors-To: python-checkins-admin@python.org
X-BeenThere: python-checkins@python.org
X-Mailman-Version: 2.0beta1
Precedence: bulk
Reply-To: python-dev@python.org
List-Id: Check-in messages from the Python maintainers <python-checkins.python.org>

This is the version number as displayed by Windows Explorer in the
"properties" dialog.

Mark.

> Modified Files:
> 	python_nt.rc
> Log Message:
> Seems there was a version string here that still looked
> like 1.5.2.
>
>
> Index: python_nt.rc
> ==========================================================
> =========
> RCS file: /projects/cvsroot/python/dist/src/PC/python_nt.rc,v
> retrieving revision 1.8
> retrieving revision 1.9
> diff -C2 -r1.8 -r1.9
> *** python_nt.rc	2000/03/29 01:50:50	1.8
> --- python_nt.rc	2000/03/30 22:59:09	1.9
> ***************
> *** 29,34 ****
>
>   VS_VERSION_INFO VERSIONINFO
> !  FILEVERSION 1,5,2,3
> !  PRODUCTVERSION 1,5,2,3
>    FILEFLAGSMASK 0x3fL
>   #ifdef _DEBUG
> --- 29,34 ----
>
>   VS_VERSION_INFO VERSIONINFO
> !  FILEVERSION 1,6,0,0
> !  PRODUCTVERSION 1,6,0,0
>    FILEFLAGSMASK 0x3fL
>   #ifdef _DEBUG
>
>
> _______________________________________________
> Python-checkins mailing list
> Python-checkins@python.org
> http://www.python.org/mailman/listinfo/python-checkins
>