[pubcookie-dev] CVS update: jjminer;
webiso/pubcookie/src pbc_version.h,1.78,1.79
pbc_version.h.in,1.1,1.2
miner at doit.wisc.edu
miner at doit.wisc.edu
Tue Nov 29 15:39:58 PST 2005
Update of /usr/local/cvsroot/webiso/pubcookie/src
In directory webiso-cvs.cac.washington.edu:/var/tmp/cvs-serv3978/src
Modified Files:
pbc_version.h.in
Added Files:
pbc_version.h
Log Message:
Returning pbc_version.h, adding copius warnings about the file being
generated, lest we forget and change the version number in the wrong place.
:)
Index: webiso/pubcookie/src/pbc_version.h
diff -c /dev/null webiso/pubcookie/src/pbc_version.h:1.79
*** /dev/null Tue Nov 29 15:39:58 2005
--- webiso/pubcookie/src/pbc_version.h Tue Nov 29 15:39:56 2005
***************
*** 0 ****
--- 1,73 ----
+ /* ========================================================================
+ * Copyright 2005 University of Washington
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ========================================================================
+ */
+
+ /*
+ $Id: pbc_version.h,v 1.79 2005/11/29 23:39:56 jjminer Exp $
+ */
+
+ /* **************************************************************************
+ * CAUTION! This file is automatically generated from pbc_version.h.in.
+ * Changes made directly in pbc_version.h will be overwritten by configure when
+ * it is run again!
+ ****************************************************************************** */
+
+ #ifndef PUBCOOKIE_VERSION
+ #define PUBCOOKIE_VERSION
+
+ /* The cookie version - Needs to stick around a while
+ we can call this the protocol version. it's what goes into the
+ current cookie or post messages. might use the PBC_VERSION_MAJOR
+ someday but this works for now.
+ */
+ #define PBC_VERSION "a5"
+
+ /*
+ * Someday the cookie version will be the major version or something like that.
+ */
+
+ /*
+ * NOTE: These version strings are from configure.ac now.
+ */
+
+ /* **************************************************************************
+ * CAUTION! This file is automatically generated from pbc_version.h.in.
+ * Changes made directly in pbc_version.h will be overwritten by configure when
+ * it is run again!
+ ****************************************************************************** */
+
+ #define PBC_VERSION_MAJOR "3"
+ #define PBC_VERSION_MINOR "3"
+ #define PBC_VERSION_PATCH "0"
+
+ /* **************************************************************************
+ * CAUTION! This file is automatically generated from pbc_version.h.in.
+ * Changes made directly in pbc_version.h will be overwritten by configure when
+ * it is run again!
+ ****************************************************************************** */
+
+ /* beta or final, so the code knows what it is, should it care. */
+ #define PBC_VERSION_RELEASE "pre-beta2"
+
+ /* **************************************************************************
+ * CAUTION! This file is automatically generated from pbc_version.h.in.
+ * Changes made directly in pbc_version.h will be overwritten by configure when
+ * it is run again!
+ ****************************************************************************** */
+
+ #define PBC_VERSION_STRING "3.3.0 pre-beta2"
+
+ #endif /* !PUBCOOKIE_VERSION */
Index: webiso/pubcookie/src/pbc_version.h.in
diff -c webiso/pubcookie/src/pbc_version.h.in:1.1 webiso/pubcookie/src/pbc_version.h.in:1.2
*** webiso/pubcookie/src/pbc_version.h.in:1.1 Tue Nov 15 18:57:05 2005
--- webiso/pubcookie/src/pbc_version.h.in Tue Nov 29 15:39:56 2005
***************
*** 16,24 ****
*/
/*
! $Id: pbc_version.h.in,v 1.1 2005/11/16 02:57:05 jjminer Exp $
*/
#ifndef PUBCOOKIE_VERSION
#define PUBCOOKIE_VERSION
--- 16,30 ----
*/
/*
! $Id: pbc_version.h.in,v 1.2 2005/11/29 23:39:56 jjminer Exp $
*/
+ /* **************************************************************************
+ * CAUTION! This file is automatically generated from pbc_version.h.in.
+ * Changes made directly in pbc_version.h will be overwritten by configure when
+ * it is run again!
+ ****************************************************************************** */
+
#ifndef PUBCOOKIE_VERSION
#define PUBCOOKIE_VERSION
***************
*** 37,48 ****
--- 43,72 ----
* NOTE: These version strings are from configure.ac now.
*/
+ /* **************************************************************************
+ * CAUTION! This file is automatically generated from pbc_version.h.in.
+ * Changes made directly in pbc_version.h will be overwritten by configure when
+ * it is run again!
+ ****************************************************************************** */
+
#define PBC_VERSION_MAJOR "@PBC_VERSION_MAJOR@"
#define PBC_VERSION_MINOR "@PBC_VERSION_MINOR@"
#define PBC_VERSION_PATCH "@PBC_VERSION_PATCH@"
+ /* **************************************************************************
+ * CAUTION! This file is automatically generated from pbc_version.h.in.
+ * Changes made directly in pbc_version.h will be overwritten by configure when
+ * it is run again!
+ ****************************************************************************** */
+
/* beta or final, so the code knows what it is, should it care. */
#define PBC_VERSION_RELEASE "@PBC_VERSION_TYPE@"
+
+ /* **************************************************************************
+ * CAUTION! This file is automatically generated from pbc_version.h.in.
+ * Changes made directly in pbc_version.h will be overwritten by configure when
+ * it is run again!
+ ****************************************************************************** */
#define PBC_VERSION_STRING "@PACKAGE_VERSION@"
end of message
More information about the pubcookie-dev
mailing list