Explorar el Código

Up version number

Morten Brix Pedersen hace 25 años
padre
commit
9ca120d436
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      Makefile
  2. 1 1
      modules/Pisg.pm

+ 1 - 1
Makefile

@@ -1,6 +1,6 @@
 # Simple Makefile to make new releases of pisg
 # Simple Makefile to make new releases of pisg
 
 
-VERSION = 0.24
+VERSION = 0.26
 
 
 DIRNAME = pisg-$(VERSION)
 DIRNAME = pisg-$(VERSION)
 
 

+ 1 - 1
modules/Pisg.pm

@@ -182,7 +182,7 @@ sub get_default_config_settings
 
 
         debug => 0,
         debug => 0,
         debugfile => "debug.log",
         debugfile => "debug.log",
-        version => "v0.25-cvs",
+        version => "v0.26-cvs",
     };
     };
 
 
     # Parse the optional overriden configuration variables
     # Parse the optional overriden configuration variables