changeset 9879:c81e7476fda3 octave-forge

fixed version number to allow installation of the development version
author mmarzolla
date Mon, 26 Mar 2012 10:32:49 +0000
parents 4d562bed8995
children 2da3952924f6
files main/queueing/DESCRIPTION main/queueing/Makefile main/queueing/doc/INSTALL
diffstat 3 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/main/queueing/DESCRIPTION	Mon Mar 26 09:28:30 2012 +0000
+++ b/main/queueing/DESCRIPTION	Mon Mar 26 10:32:49 2012 +0000
@@ -1,6 +1,6 @@
 Name: queueing
-Version: 1.X.0
-Date: 2012-03-XX
+Version: 1.1.0
+Date: 2012-03-26
 Author: Moreno Marzolla <marzolla@cs.unibo.it>
 Maintainer: Moreno Marzolla <marzolla@cs.unibo.it>
 Title: Queueing networks and Markov chains analysis package for GNU Octave
--- a/main/queueing/Makefile	Mon Mar 26 09:28:30 2012 +0000
+++ b/main/queueing/Makefile	Mon Mar 26 10:32:49 2012 +0000
@@ -1,5 +1,5 @@
-VERSIONNUM=1.X.0
-VERSIONDATE="2012-03-XX"
+VERSIONNUM=1.1.0
+VERSIONDATE="2012-03-26"
 PROGNAME=queueing
 
 DISTNAME=$(PROGNAME)-$(VERSIONNUM)
--- a/main/queueing/doc/INSTALL	Mon Mar 26 09:28:30 2012 +0000
+++ b/main/queueing/doc/INSTALL	Mon Mar 26 10:32:49 2012 +0000
@@ -16,7 +16,7 @@
 1.1 Installation through Octave package management system
 =========================================================
 
-The most recent version of `queueing' is 1.X.0 and can be downloaded
+The most recent version of `queueing' is 1.1.0 and can be downloaded
 from Octave-Forge
 
    `http://octave.sourceforge.net/queueing/'
@@ -37,13 +37,13 @@
      octave:1>pkg list queueing
      Package Name  | Version | Installation directory
      --------------+---------+-----------------------
-         queueing *|   1.X.0 | /home/moreno/octave/queueing-1.X.0
+         queueing *|   1.1.0 | /home/moreno/octave/queueing-1.1.0
 
    Alternatively, you can first download `queueing' from Octave-Forge;
 then, to install the package in the system-wide location issue this
 command at the Octave prompt:
 
-     octave:1> pkg install _queueing-1.X.0.tar.gz_
+     octave:1> pkg install _queueing-1.1.0.tar.gz_
 
 (you may need to start Octave as root in order to allow the
 installation to copy the files to the target locations). After this,
@@ -52,7 +52,7 @@
 
    If you do not have root access, you can do a local install using:
 
-     octave:1> pkg install -local queueing-1.X.0.tar.gz
+     octave:1> pkg install -local queueing-1.1.0.tar.gz
 
    This will install `queueing' within your home directory, and the
 package will be available to your user only. *Note:* Octave version
@@ -69,8 +69,8 @@
 If you want to manually install `queueing' in a custom location, you
 can download the tarball and unpack it somewhere:
 
-     tar xvfz queueing-1.X.0.tar.gz
-     cd queueing-1.X.0/queueing/
+     tar xvfz queueing-1.1.0.tar.gz
+     cd queueing-1.1.0/queueing/
 
    Copy all `.m' files from the `inst/' directory to some target
 location. Then, start Octave with the `-p' option to add the target