You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ha...@apache.org on 2005/04/18 19:06:09 UTC

cvs commit: ws-axis/c/build version.properties

hawkeye     2005/04/18 10:06:09

  Modified:    c/build  version.properties
  Log:
  Changed version number to be 1.6
  
  Revision  Changes    Path
  1.7       +1 -1      ws-axis/c/build/version.properties
  
  Index: version.properties
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/build/version.properties,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- version.properties	16 Mar 2005 16:50:45 -0000	1.6
  +++ version.properties	18 Apr 2005 17:06:09 -0000	1.7
  @@ -2,7 +2,7 @@
   # This file contains the versioning information for Axis C  #
   #############################################################
   majorVersion = 1
  -minorVersion = 5
  +minorVersion = 6
   revision = 0
   
   version = ${majorVersion}.${minorVersion}.${revision}