Browse Source

- usrloc load location bad db records fix

Andrei Pelinescu-Onciul 21 years ago
parent
commit
02f6b5426b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.defs

+ 1 - 1
Makefile.defs

@@ -45,7 +45,7 @@ export makefile_defs
 VERSION = 0
 PATCHLEVEL = 8
 SUBLEVEL =   13
-EXTRAVERSION = -dev-30-db_api
+EXTRAVERSION = -dev-31-usrloc
 
 RELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 OS = $(shell uname -s | sed -e s/SunOS/solaris/ | tr "[A-Z]" "[a-z]")