git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@21384 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Stefan Urbanek 2005-06-30 21:14:07 +00:00
parent e06f7bf374
commit b35d3fffae
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2005 June 30
Version 0.9.1
2005 June 30
* STActor: new class

View file

@ -4,7 +4,7 @@
# The version number of this release.
MAJOR_VERSION=0
MINOR_VERSION=9
SUBMINOR_VERSION=0
SUBMINOR_VERSION=1
STEPTALK_VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${SUBMINOR_VERSION}