From b2b2516cc1fe360d7a93d41431a30899b21bc87a Mon Sep 17 00:00:00 2001 From: Oliver Kreylos Date: Tue, 13 Aug 2013 15:40:40 -0700 Subject: [PATCH] Release version 1.9 Using tarball (with SHA1): c8bcf8b3f7fa33af6e7dfedcd1b855d66ac79d8d *NCK-1.9.tar.gz --- HISTORY | 3 +++ README | 10 +++++----- VERSION | 2 +- etc/{NCK-1.8 => NCK-1.9}/NCK.cfg | 0 makefile | 4 ++-- 5 files changed, 11 insertions(+), 8 deletions(-) rename etc/{NCK-1.8 => NCK-1.9}/NCK.cfg (100%) diff --git a/HISTORY b/HISTORY index 88dc577..6adb4ab 100644 --- a/HISTORY +++ b/HISTORY @@ -21,3 +21,6 @@ Nanotech Construction Kit 1.7 Nanotech Construction Kit 1.8 - Bumped Vrui requirement to Vrui 2.6-001. + +Nanotech Construction Kit 1.9 +- Bumped Vrui requirement to Vrui 3.0-001. diff --git a/README b/README index cc1efec..e2f94da 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ ======================================================================== -README for Nanotech Construction Kit 1.8 +README for Nanotech Construction Kit 1.9 Copyright (c) 2004-2013 Oliver Kreylos ======================================================================== @@ -20,8 +20,8 @@ http://idav.ucdavis.edu/~okreylos/ResDev/NanoTech Requirements ============ -The Nanotech Construction Kit version 1.8 requires Vrui version 2.6 -build 001 or newer. +The Nanotech Construction Kit requires Vrui version 3.0 build 001 or +newer. Installation Guide ================== @@ -49,8 +49,8 @@ be used from multiple user accounts. 2. Change into the Nanotech Construction Kit base directory: > cd NCK- -3. If the Vrui version installed in step 0 was not 2.6, or Vrui's - installation directory was changed from the default of ~/Vrui-2.6, +3. If the Vrui version installed in step 0 was not 3.0, or Vrui's + installation directory was changed from the default of ~/Vrui-3.0, adapt the makefile using a text editor. Change the value of VRUI_MAKEDIR close to the beginning of the file as follows: VRUI_MAKEDIR := /share/make diff --git a/VERSION b/VERSION index 1cb1ea3..7aca67b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Nanotech Construction Kit 1.8 +Nanotech Construction Kit 1.9 diff --git a/etc/NCK-1.8/NCK.cfg b/etc/NCK-1.9/NCK.cfg similarity index 100% rename from etc/NCK-1.8/NCK.cfg rename to etc/NCK-1.9/NCK.cfg diff --git a/makefile b/makefile index 0b4b6c5..0077b20 100644 --- a/makefile +++ b/makefile @@ -25,7 +25,7 @@ # matches the default Vrui installation; if Vrui's installation # directory was changed during Vrui's installation, the directory below # must be adapted. -VRUI_MAKEDIR := $(HOME)/Vrui-2.6/share/make +VRUI_MAKEDIR := $(HOME)/Vrui-3.0/share/make # Base installation directory for the example programs. If this is set # to the default of $(PWD), the example programs do not have to be @@ -45,7 +45,7 @@ INSTALLDIR := $(shell pwd) # clobbering each other. The value should be identical to the # major.minor version number found in VERSION in the root package # directory. -VERSION = 1.8 +VERSION = 1.9 # Set up resource directories: */ CONFIGDIR = etc/NCK-$(VERSION)